UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

9 lines (8 loc) 186 B
var promise; module.exports = typeof queueMicrotask === "function" ? queueMicrotask : ((promise = Promise.resolve()), function (cb) { promise.then(cb); });