UNPKG

181 BTypeScriptView Raw
1declare type Next = () => void;
2declare type Callback = (next: Next) => void;
3export declare const clear: () => void;
4export declare const queue: (cb: Callback) => void;
5export {};