1.0.1 • Published 5 years ago

ts-http-status-codes v1.0.1

Weekly downloads
50
License
GPL-3.0
Repository
github
Last release
5 years ago

HTTP Status Codes for TypeScript

npm version

Individual exports for each HTTP Status Code.

This package differs from other previous implementations in that each status code is its own individual export.

To install as NPM package:

npm install --save ts-http-status-codes

Usage:

import { Unauthorized, NotFound } from "ts-http-status-codes";

Initial work by: