UNPKG

@prelude/function

Version:

Function module.

3 lines (2 loc) 120 B
declare const timeout: <T, U>(wait: number, f: () => Promise<T>, g: () => U) => Promise<T | U>; export default timeout;