1.0.1 • Published 8 years ago
@axetroy/http-status v1.0.1
Http status
Get http status
Usage
npm isntall @axetroy/http-status --save
const httpStatus = require('@axetroy/http-status');
console.log(httpStatus.OK.code); // 200
console.log(+httpStatus.OK); // 200
console.log(httpStatus.OK.message); // OK
console.log(httpStatus.OK + ""); // OK
Contributing
Contributors
Axetroy💻 🐛 🎨 |
---|