/** * The MIT License (MIT) * * Copyright (c) Feross Aboukhadijeh * * Originally from: https://github.com/feross/queue-microtask */ type Callback = () => void; export declare const queueMicrotask: (cb: Callback) => void; export {}; //# sourceMappingURL=queue-microtask.d.ts.map