rest-status
v0.1.0
Published
REST Response Status Codes Utility
Readme
rest-status
REST Response Status Codes Utility
Guide
Install
npm install rest-statusUse with status code
require("rest-status").E404(); // Error object with: status=404, message=Not FoundUse with status message
require("rest-status").NotFound(); // Error object with: status=404, message=Not Found