Description
This package provides the methods needed to replace a PostgreSQL ENUM in Sequelize migrations.
Keywords
Publisher
Description
Create an enum object from an array of keys with optional prefixes and suffixes. IE9+ Support. No dependencies.
Keywords
Publisher
Description
Convenient enumeration pattern for JavaScript
Keywords
Publisher
Description
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.
Keywords
Publisher
Description
A Vanilla JavaScript library to work with Enums
Keywords
Publisher
Description
This library provides utilities to define C# enum like objects
Keywords
Publisher
Description
Check if an string or number is compatible to an TypeScript enum structure
Keywords
Publisher
Description
An implementation of python-like enums in JavaScript.
Keywords
Publisher
Description
Transform TypeScript `const` enums
Keywords
Publisher
Description
Implementation of pattern matchable Enum for JS
Keywords
Publisher
Description
enumerations in pure Luau, following an api almost identical to enumerate
Keywords
Publisher
Description
A TypeScript string enum for compile-time safety when working with event.key
Keywords
Publisher
Description
TypeScript Enum Utilities