Search
regenerator-runtime
Runtime for Regenerator-compiled generator and async functions.
v0.14.1 URL:
https://unpkg.com/regenerator-runtime@0.14.1/runtime.js
Open
Browse Files
regenerator
runtime
generator
async
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
v1.2.7 URL:
https://unpkg.com/is-callable@1.2.7/index.js
Open
Browse Files
Function
function
callable
generator
generator function
arrow
arrow function
ES6
toStringTag
@@toStringTag
regenerator-transform
Explode async and generator functions into a state machine.
v0.15.2 URL:
https://unpkg.com/regenerator-transform@0.15.2/lib/index.js
Open
Browse Files
regenerator
runtime
generator
async
await-lock
Mutex locks for async functions
v3.0.0 URL:
https://unpkg.com/await-lock@3.0.0
Open
Browse Files
async
await
lock
es2017
co
yield
generator
promise
wrap-fn
support sync, async, and generator functions
v0.1.5 URL:
https://unpkg.com/wrap-fn@0.1.5/index.js
Open
Browse Files
browser
wrap
generator