UNPKG

@propelauth/javascript

Version:

A library for managing authentication in the browser, backed by PropelAuth

3 lines (2 loc) 130 B
export declare const DEFAULT_RETRIES = 3; export declare const runWithRetriesOnAnyError: <T>(fn: () => Promise<T>) => Promise<T>;