UNPKG

@daisugi/kintsugi

Version:

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

3 lines 186 B
import type { AsyncFn } from './types.js'; export declare function reusePromise(fn: AsyncFn): (this: unknown, ...args: any[]) => Promise<any>; //# sourceMappingURL=reuse_promise.d.ts.map