UNPKG

@geniucode/common-utils

Version:

Common utils

4 lines (3 loc) 355 B
export declare const runWithRetry: (fcn: (...args: any) => any, retries: number, path: string, condition: any, ...args: any) => Promise<any>; export declare const runWithRetryIgnoreCondition: (fcn: (...args: any) => any, retries: number, ...args: any) => Promise<any>; export declare const convertPathToDotFormat: (obj: any, is: any, value?: any) => any;