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

https://github.com/nozzlegear/reqwest.d.ts

A Typescript/Typings definition for reqwest.
https://github.com/nozzlegear/reqwest.d.ts

Last synced: about 10 hours ago
JSON representation

A Typescript/Typings definition for reqwest.

Awesome Lists containing this project

README

          

# reqwest.d.ts

A Typescript/Typings definition for [https://github.com/ded/reqwest](reqwest).

### Installation

Using [Typings](https://github.com/typings/typings):

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

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

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

tsd link
```