JSPM

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

http status codes for javascript and typescript router responses

Package Exports

  • @instamenta/http-status-codes
  • @instamenta/http-status-codes/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@instamenta/http-status-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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