skip is not exported
kennethgunn opened this issue · 1 comments
kennethgunn commented
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
jamiemccrindle commented
Fixed in axax@0.1.24