@instamenta/http-status-codes
TypeScript icon, indicating that this package has built-in type declarations

1.3.4 • Public • Published

@instamenta/hexagot-post-proto-lib

License

🚀 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.

Installation

You can install the package using npm:

npm install @instamenta/hexagot-post-proto-lib

Usage

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;

Features

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

Contributing

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.

License

This project is licensed under the MIT License.

Happy coding! 👨‍💻👩‍💻

Package Sidebar

Install

npm i @instamenta/http-status-codes

Weekly Downloads

1

Version

1.3.4

License

MIT

Unpacked Size

19.4 kB

Total Files

8

Last publish

Collaborators

  • instamenta