UNPKG

255 BJavaScriptView Raw
1const pkg = require('./out/index');
2
3module.exports = pkg.async;
4module.exports.default = pkg.async;
5
6module.exports.async = pkg.async;
7module.exports.sync = pkg.sync;
8module.exports.stream = pkg.stream;
9
10module.exports.generateTasks = pkg.generateTasks;