UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

9 lines (7 loc) 212 B
var AsyncGenerator = require("./AsyncGenerator"); function _wrapAsyncGenerator(fn) { return function () { return new AsyncGenerator(fn.apply(this, arguments)); }; } module.exports = _wrapAsyncGenerator;