1 | # Installation
|
2 | > `npm install --save @types/isomorphic-fetch`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for isomorphic-fetch (https://github.com/matthew-andrews/isomorphic-fetch).
|
6 |
|
7 | # Details
|
8 | Files 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 | declare namespace _fetch {}
|
12 | declare const _fetch: typeof fetch;
|
13 | export = _fetch;
|
14 |
|
15 | ````
|
16 |
|
17 | ### Additional Details
|
18 | * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
|
19 | * Dependencies: none
|
20 |
|
21 | # Credits
|
22 | These definitions were written by [Todd Lucas](https://github.com/toddlucas).
|
23 |
|
\ | No newline at end of file |