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