jamiemccrindle/axax

skip is not exported

kennethgunn opened this issue · 1 comments

Describe the bug
skip is not exported as part of the general export.

To Reproduce

> ax = require('axax/esnext')
> ax.skip
undefined

Expected behavior

> ax.skip
[Function: skip]

Environment:

  • NodeJS 10.12.0

Fixed in axax@0.1.24