UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

2 lines (1 loc) 120 B
export declare function requestWithRetries(requestFn: () => Promise<Response>, maxRetries?: number): Promise<Response>;