Sha256: 94fb33e4dbed7285274d0a50fcf4857a596c76c8472c437ff05308dbc1d477e1
Contents?: true
Size: 212 Bytes
Versions: 60
Compression:
Stored size: 212 Bytes
Contents
var AsyncGenerator = require("./AsyncGenerator"); function _wrapAsyncGenerator(fn) { return function () { return new AsyncGenerator(fn.apply(this, arguments)); }; } module.exports = _wrapAsyncGenerator;
Version data entries
60 entries across 49 versions & 8 rubygems