JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q62776F
  • License MIT

http status codes for javascript and typescript router responses

Package Exports

  • @instamenta/http-status-codes

Readme

@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! 👨‍💻👩‍💻