UNPKG

@ghini/kit

Version:

js practical tools to assist efficient development

4 lines (3 loc) 112 B
export function queue(num?: number, options?: { minInterval?: number; }): (arg0: Function) => Promise<any>;