diff options
Diffstat (limited to 'node_modules/neo-async/omitLimit.js')
-rw-r--r-- | node_modules/neo-async/omitLimit.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/neo-async/omitLimit.js b/node_modules/neo-async/omitLimit.js new file mode 100644 index 0000000..2acf759 --- /dev/null +++ b/node_modules/neo-async/omitLimit.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = require('./async').omitLimit; |