UNPKG

@solfacil/plasma-utils

Version:

- 💚 [Nuxt 3](https://nuxt.com/) - Compatible with Nuxt 3 - 🍞 [BUN](https://bun.sh/) - A fast JavaScript all-in-one toolkit (runtime, bundler, test runner, package manager). - 🔑 [Keycloak](https://www.keycloak.org/) integration. - ⚡️ Vite - Instant HMR.

11 lines (10 loc) 353 B
declare class HttpStatus { static readonly UNAUTHORIZED = 401; static readonly FORBIDDEN = 403; static readonly NOT_FOUND = 404; static readonly UNPROCESSABLE_ENTITY = 422; static readonly INTERNAL_SERVER_ERROR = 500; static readonly SERVICE_UNAVAILABLE = 503; static readonly GATEWAY_TIMEOUT = 504; } export { HttpStatus };