UNPKG

optimade

Version:

Aggregating Optimade client for the online materials databases

4 lines (3 loc) 234 B
import 'isomorphic-unfetch'; export declare function allSettled(promises: Promise<any>[], catcher?: () => any): Promise<any[]>; export declare function fetchWithTimeout(url: any, options?: {}, timeout?: number): Promise<Response>;