UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

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;