UNPKG

@react-dnd/asap

Version:

High-priority task queue for Node.js and browsers

5 lines (4 loc) 85 B
export interface Task { call(): void; } export declare type TaskFn = () => void;