UNPKG
tc39-weakrefs-shim
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
0.0.1-security
Shim for TC39 Weakrefs proposal
github.com/mhofman/tc39-weakrefs-shim
mhofman/tc39-weakrefs-shim
tc39-weakrefs-shim
/
module
/
utils
/
tasks
/
setImmediate.fallback.js
5 lines
•
188 B
JavaScript
View Raw
1
2
3
4
5
export
function
setImmediate
(
handler, ...args
) {
return
setTimeout
(handler,
0
, ...args); }
export
const
clearImmediate =
clearTimeout
;
//# sourceMappingURL=setImmediate.fallback.js.map