UNPKG

@daisugi/kintsugi

Version:

Kintsugi is a set of utilities to help build a fault tolerant services.

7 lines 273 B
import type { AsyncFn } from './types.js'; interface WithTimeoutOpts { maxTimeMs?: number; } export declare function withTimeout(fn: AsyncFn, opts?: WithTimeoutOpts): (this: unknown, ...args: any[]) => Promise<any>; export {}; //# sourceMappingURL=with_timeout.d.ts.map