Package Exports
- builtin-status-codes
- builtin-status-codes/browser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (builtin-status-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
builtin-status-codes 
The map of HTTP status codes from the builtin http module. Exposes the latest directly from
http
in Node, with a zero-dependencies version for the browser.
Install
$ npm install --save builtin-status-codes
Usage
var codes = require('builtin-status-codes')
codes[100]
//=> Continue
Build
To create a new browser build:
$ npm run build
License
MIT © Ben Drucker