codez
v1.0.1
Published
Light HTTP status code handler
Downloads
20
Readme
codez
Light HTTP status code handler
Installation
npm i codez
Usage
const codez = require('codez');
codez.codeToPhrase(404); // returns 'Not Found'
codez.phraseToCode('Not Found'); // returns 404Dependencies
None!
