UNPKG

immediate

Version:
11 lines (9 loc) 201 B
'use strict'; exports.test = function () { return typeof global.queueMicrotask === 'function'; }; exports.install = function (func) { return function () { global.queueMicrotask(func); }; };