UNPKG

@react-dnd/asap

Version:

High-priority task queue for Node.js and browsers

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