UNPKG

@inyourarea/aard-client-js

Version:

A JavaScript tracking library for the Aard Platform at InYourArea.co.uk. Record and track activity across the different services of the platform.

2 lines (1 loc) 95 B
export declare function retryAsync<T>(asyncFn: () => Promise<T>, reties?: number): Promise<T>;