UNPKG

983 BMarkdownView Raw
1# Installation
2> `npm install --save @types/isomorphic-fetch`
3
4# Summary
5This package contains type definitions for isomorphic-fetch (https://github.com/matthew-andrews/isomorphic-fetch).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isomorphic-fetch.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isomorphic-fetch/index.d.ts)
10````ts
11// Type definitions for isomorphic-fetch 0.0
12// Project: https://github.com/matthew-andrews/isomorphic-fetch
13// Definitions by: Todd Lucas <https://github.com/toddlucas>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
16declare namespace _fetch { }
17declare const _fetch: typeof fetch;
18export = _fetch;
19
20````
21
22### Additional Details
23 * Last updated: Thu, 10 Mar 2022 05:31:42 GMT
24 * Dependencies: none
25 * Global values: none
26
27# Credits
28These definitions were written by [Todd Lucas](https://github.com/toddlucas).
29
\No newline at end of file