UNPKG

@daisugi/kintsugi

Version:

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

3 lines 133 B
export type Fn = (...args: any[]) => any; export type AsyncFn = (...args: any[]) => Promise<any>; //# sourceMappingURL=types.d.ts.map