index.js 255 B

12345678910
  1. const pkg = require('./out/index');
  2. module.exports = pkg.async;
  3. module.exports.default = pkg.async;
  4. module.exports.async = pkg.async;
  5. module.exports.sync = pkg.sync;
  6. module.exports.stream = pkg.stream;
  7. module.exports.generateTasks = pkg.generateTasks;