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.
- Host: GitHub
- URL: https://github.com/nozzlegear/reqwest.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-03-10T21:00:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T13:41:00.000Z (about 9 years ago)
- Last Synced: 2025-10-09T03:32:22.407Z (about 10 hours ago)
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```