UNPKG

promptdesk

Version:
4 lines 173 B
type FunctionType = (...args: any[]) => any; export declare const memoize: (fn: FunctionType, limit?: number) => FunctionType; export {}; //# sourceMappingURL=utils.d.ts.map