UNPKG

lrt

Version:

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

4 lines (3 loc) 161 B
import { ChunkScheduler } from './types'; declare const animationFrameChunkScheduler: ChunkScheduler<number> | null; export { animationFrameChunkScheduler };