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