Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 382 Bytes

typed-http Build Status

TypeScript typings for the core http library

Usage

First, add it to your package.json and install it:

npm install --save typed-http

Then use it just as you would the http library:

import * as http from "typed-http";