UNPKG

parallel-universe

Version:

The set of async flow control structures and promise utils.

3 lines (2 loc) 111 B
export declare function noop(): void; export declare function withSignal<T>(value: T, signal: AbortSignal): T;