UNPKG

live-set

Version:

Class representing a changing and transformable collection of items.

5 lines (4 loc) 84 B
export default class Scheduler { schedule(cb: ()=>void): void; flush(): void; }