ts-http-status
v1.0.0
Published
HTTP status code declarations with type definitions
Downloads
13
Readme
ts-option
HTTP status code declarations with type definitions.
Install
$ npm install --save ts-http-status
Usage
import {HttpStatus} from "ts-http-status";
console.log(HttpStatus.OK); // 200
console.log(HttpStatus.NOT_FOUND); // 404