ok-enum
Encapsulates the Enum type in js
Encapsulates the Enum type in js
A regular old enum for JavaScript without any complicated shit
Adds new types to the database and updates enums
Very simple Enum class
An algebraic enum type for TypeScript heavily inspired by Rust.
Define enum objects
A simple utility for generating a bitmap object from a list of keys
A simple utility for generating constant object with a string contains keys
A simple utility for generating an enum object with a string contains enum keys
Utility to create Enums that behave like models living in memory
SEnum = Super Enum Factory
enum type for javascript
vue package for graphql requests
easy javascript enum
Raw Enum access support for roblox-ts. This gives you access to things like the `Value` property on EnumItems and the `GetEnumItems` function of Enums.
Simple enum using frozen object.
GraphQL Enum Type
like keymirror, but takes an array instead of an object with unnecessart nulls.
A simple implementation of enumerated types for javascript.
Easy but powerful enums for safer code. e.g. const Fruit = new Enum("apple pear banana"); gives you Fruit.apple, Fruit.has("apple"), and Fruit.$apple() (as a fail-fast value), whilst Fruit.isApple('penguin') will throw an error.