UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

5 lines (4 loc) 326 B
export declare function isOptionEmptyOrHasValue(option: string, value: string): boolean; export declare function ensureAndClearDirSync(dir: string): void; export declare function ensureAndClearDir(path: string): void; export declare function fetchWithRetry(url: string, retries?: number, backoff?: number): Promise<Response>;