UNPKG

batch-cluster

Version:
3 lines (2 loc) 150 B
export declare const Timeout: unique symbol; export declare function thenOrTimeout<T>(p: Promise<T>, timeoutMs: number): Promise<T | typeof Timeout>;