UNPKG

marko

Version:

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

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