UNPKG

@speedy-js/mono

Version:

Monorepo development & continuous integration tooling.

9 lines 254 B
/** * Module dependencies. */ import { RequestInit } from 'node-fetch'; /** * Expose a wrapped fetch which handles network error. */ export declare function wfetch(url: string, options?: RequestInit): Promise<any>; //# sourceMappingURL=fetch.d.ts.map