ts-http-status
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ts-http-status

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • shogogg