UNPKG

lrt

Version:

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

5 lines (4 loc) 180 B
/// <reference types="node" /> import { ChunkScheduler } from './types'; declare const timeoutChunkScheduler: ChunkScheduler<NodeJS.Timeout>; export { timeoutChunkScheduler };