UNPKG

node-cosmos

Version:

A light weight azure cosmosdb client aiming at ease of use for creating REST API. Supports json filter, sort and offset/limit

6 lines 190 B
/** * execute a function with retry * @param f function to execute */ export declare function executeWithRetry<T>(f: () => Promise<T>): Promise<T>; //# sourceMappingURL=RetryUtil.d.ts.map