MCPcopy Create free account
hub / github.com/microsoft/SandDance / _wrapAsyncGenerator

Function _wrapAsyncGenerator

docs/app/js/sanddance-app.js:54341–54345  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

54339var _asyncGeneratorJs = require("./AsyncGenerator.js");
54340var _asyncGeneratorJsDefault = parcelHelpers.interopDefault(_asyncGeneratorJs);
54341function _wrapAsyncGenerator(fn) {
54342 return function() {
54343 return new (0, _asyncGeneratorJsDefault.default)(fn.apply(this, arguments));
54344 };
54345}
54346exports.default = _wrapAsyncGenerator;
54347
54348},{"./AsyncGenerator.js":"fqyI8","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"fqyI8":[function(require,module,exports) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected