Files
codeql-action/node_modules/queue-microtask/index.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
79 B
TypeScript
Raw Normal View History

2023-01-18 20:50:03 +00:00
declare const queueMicrotask: (cb: () => void) => void
export = queueMicrotask