http status codes for javascript and typescript router responses
npm install @instamenta/http-status-codes
š Welcome to @instamenta/hexagot-post-proto-lib! This npm package provides HTTP status code enumerations for easier
management and usage of HTTP status codes in your projects.
You can install the package using npm:
``bash`
npm install @instamenta/hexagot-post-proto-lib
Import the HTTP status code enumerations in your project to utilize them:
``
const HttpStatusCodes = require('@instamenta/hexagot-post-proto-lib');
or each like:
``
const { OK, NOT_FOUND } = require('@instamenta/hexagot-post-proto-lib');
or even:
```
const HttpStatusCodes = require('@instamenta/hexagot-post-proto-lib');
const { OK, NOT_FOUND } = HttpStatusCodes;
⨠Provides HTTP status code enumerations for easy reference
š Simple and lightweight package for managing HTTP status codes
š¦ Easy to install and integrate into your projects
Contributions are welcome! If you find any issues, have suggestions, or want to contribute improvements, feel free to
open issues and pull requests on GitHub.
Happy coding! šØāš»š©āš»