Illia Kozyr c722a49f64 React Project DONE | 2 yıl önce | |
---|---|---|
.. | ||
browser.js | 2 yıl önce | |
build.js | 2 yıl önce | |
index.js | 2 yıl önce | |
license | 2 yıl önce | |
package.json | 2 yıl önce | |
readme.md | 2 yıl önce |
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.
$ npm install --save builtin-status-codes
var codes = require('builtin-status-codes')
codes[100]
//=> Continue
To create a new browser build:
$ npm run build
MIT © Ben Drucker