UNPKG

@jmodule/client

Version:
2 lines (1 loc) 93 B
export declare function timeoutToPromise<T>(timeout: number, result: Error | T): Promise<T>;