# @types/isomorphic-fetch

> TypeScript definitions for isomorphic-fetch

Latest version **0.0.39** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/isomorphic-fetch
pnpm add @types/isomorphic-fetch
yarn add @types/isomorphic-fetch
bun add @types/isomorphic-fetch
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.39 |
| Published | 2023-11-07 |
| First published | 2016-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51441 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/isomorphic-fetch
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isomorphic-fetch
- npm.io page: https://npm.io/package/@types/isomorphic-fetch

## Recent versions

- 0.0.39 (latest) — 2023-11-07
- 0.0.36 (ts3.9) — 2022-03-10
- 0.0.35 (ts2.2) — 2019-02-13
- 0.0.33 (ts2.0) — 2017-02-23
- 0.0.38 — 2023-10-18
- 0.0.37 — 2023-09-26
- 0.0.34 — 2017-04-26
- 0.0.32 — 2017-01-20
- 0.0.31 — 2016-09-19
- 0.0.30 — 2016-08-25
- 0.0.29 — 2016-08-19
- 0.0.28 — 2016-08-02
- 0.0.27 — 2016-07-14
- 0.0.26-alpha — 2016-07-08
- 0.0.25-alpha — 2016-07-04
- … 7 more at https://npm.io/package/@types/isomorphic-fetch/versions

## README

# Installation
> `npm install --save @types/isomorphic-fetch`

# Summary
This package contains type definitions for isomorphic-fetch (https://github.com/matthew-andrews/isomorphic-fetch).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isomorphic-fetch.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isomorphic-fetch/index.d.ts)
````ts
declare namespace _fetch {}
declare const _fetch: typeof fetch;
export = _fetch;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Todd Lucas](https://github.com/toddlucas).

---
_Source: https://npm.io/package/@types/isomorphic-fetch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
