UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

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