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

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
disco_app-0.18.0 test/dummy/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
disco_app-0.18.2 test/dummy/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.7 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.6 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.5 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.4 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.3 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.2 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.1 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.3.5 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-5.0.0 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.3.4 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.3.3 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.3.2 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.3.1 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.3 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.2.3 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
tang-0.2.1 spec/tang_app/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js
trusty-cms-4.2.2 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js