UNPKG

@tuplo/fletcher

Version:

Web scraping HTTP request library

2 lines (1 loc) 98 B
export declare function delay<T>(ms: number, fn: (...args: unknown[]) => Promise<T>): Promise<T>;