UNPKG
flush-microtasks
Version:
latest (1.0.1)
1.0.1
1.0.0
Flush the microtask queue
github.com/aleclarson/flush-microtasks
aleclarson/flush-microtasks
flush-microtasks
/
lib
/
index.d.ts
4 lines
(3 loc)
•
86 B
TypeScript
View Raw
1
2
3
4
export
declare
const
flushMicroTasks
:
() =>
{
then
(
resolve
:
() =>
void
):
void
; };