UNPKG

lrt

Version:

Module to split long-running tasks into chunks with limited budget

4 lines (3 loc) 113 B
declare const now: () => number; declare function microtask(fn: () => void): void; export { now, microtask };