caf
Version:
Cancelable Async Flows: a wrapper to treat generators as cancelable async functions
5 lines • 657 B
JavaScript
/*! CAF: index.js
v15.0.1 (c) 2022 Kyle Simpson
MIT License: http://getify.mit-license.org
*/
!function UMD(e,n,d,o){"function"==typeof define&&define.amd?(d=Object.values(d),define(e,d,o)):"undefined"!=typeof module&&module.exports?(d=Object.keys(d).map((e=>require(e))),module.exports=o(...d)):(d=Object.values(d).map((e=>n[e])),n[e]=o(...d))}("Index","undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:new Function("return this")(),{"./caf.js":"CAF","./cag.js":"CAG","./shared.js":"CAFShared"},(function DEF(e,n,d){"use strict";return{CAF:e,CAG:n,CAFShared:d}}));