An open API service indexing awesome lists of open source software.

https://github.com/nozzlegear/isomorphic-fetch.d.ts

A Typescript/Typings definition for isomorphic-fetch.
https://github.com/nozzlegear/isomorphic-fetch.d.ts

Last synced: 7 months ago
JSON representation

A Typescript/Typings definition for isomorphic-fetch.

Awesome Lists containing this project

README

          

# isomorphic-fetch.d.ts

An ambient Typescript/isomorphic-fetch definition for [isomorphic-fetch](https://www.npmjs.com/package/isomorphic-fetch).

### Installation

Using [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch):

```bash
typings install github:nozzlegear/isomorphic-fetch.d.ts --save
```

Using NPM and [TSD](https://github.com/Definitelytyped/tsd):

```bash
npm install "git+https://git@github.com/nozzlegear/isomorphic-fetch.d.ts.git"

tsd link
```