UNPKG

@curi/helpers

Version:

Functions that can be useful in Curi apps

4 lines (3 loc) 177 B
export declare type AnyFn = (...args: any[]) => Promise<any>; export declare let once: (fn: AnyFn) => AnyFn; export declare let preferDefault: (module: any) => Promise<any>;