UNPKG

@daisugi/kintsugi

Version:

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

4 lines (2 loc) 99 B
export type Fn = (...args: any[]) => any; export type AsyncFn = (...args: any[]) => Promise<any>;