You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library can be used to acces Http staus codes
Installation
npm install spark-http-status-codes
Usage
constHTTP_STATUS_CODES=require('spark-http-status-codes');HTTP_STATUS_CODES.OK//This will give a value of 200HTTP_STATUS_CODES.INTERNAL_SERVER_ERROR//This will give a value of 500