@gpa/http-status-codes
All the valid HTTP status codes according to RFC9110 in a Typescript enum. Includes types and functions to check if a status code belongs to a specific class of status codes.
All the valid HTTP status codes according to RFC9110 in a Typescript enum. Includes types and functions to check if a status code belongs to a specific class of status codes.
SmartEnum is a lightweight TypeScript utility that brings rich behavior to enums, using object-oriented principles. Unlike traditional enums, SmartEnum allows you to encapsulate logic, metadata, and utility methods within enum-like classes.
enum type
Create vanilla JavaScript enums
"A lightweight utility class for managing enumerable values in JavaScript."
Simple, typesafe enums in TypeScript, fully compatible with standard JavaScript
A module for building Enums.
Simple, typesafe enums in TypeScript, fully compatible with standard JavaScript
枚举帮助类
A command line tool for querying Metasys enums
An enum package to work with Enums in JS and communicate between our composer package mindtwo/native-enum
An enum package to work with Enums in JS and communicate between our composer package mindtwo/native-enum
Convert string to enum type with TypeScript ⚡️
CLI and library for adding hashes to file names and creating TypeScript enum, sass variables, JavaScript const, and CSS variables with hashed asset paths
Generate a TypeScript enum from JSON file
RapidOM schema validator
A powerful factory for creating extensible and type-safe enums in TypeScript, offering enhanced flexibility and features compared to native enums.
A Javascript implementation of an enum class
Rust-inspired pattern matching and type-safe error handling for TypeScript. Includes Option<T> for null-safety and Result<T, E> for error handling, with comprehensive pattern matching support
@jsonlee_12138/enum is a utility library for creating type-safe enums in TypeScript. It offers more powerful features than the built-in enum, including labels, extra metadata, and easy access to options and dict collections.