Files

11 lines
255 B
JavaScript
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
const pkg = require('./out/index');
module.exports = pkg.async;
module.exports.default = pkg.async;
module.exports.async = pkg.async;
module.exports.sync = pkg.sync;
module.exports.stream = pkg.stream;
module.exports.generateTasks = pkg.generateTasks;