The map of HTTP status codes from the builtin http module. Exposes the latest directly from
httpin Node, with a zero-dependencies version for the browser.
npm install --save builtin-status-codes
const codes = require('builtin-status-codes')
codes[100]
//=> ContinueTo create a new browser build:
npm run buildMIT © Ben Drucker