Enum Packages

gen_bitmap

A simple utility for generating a bitmap object from a list of keys

0.0.1-obsolete • Published 10 years ago

gen_const

A simple utility for generating constant object with a string contains keys

0.0.3 • Published 10 years ago

gen_enum

A simple utility for generating an enum object with a string contains enum keys

0.2.0-obsolete • Published 10 years ago

rbx-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.

1.0.0 • Published 6 years ago

akeymirror

like keymirror, but takes an array instead of an object with unnecessart nulls.

1.1.0 • Published 9 years ago

easy-enum.js

A simple implementation of enumerated types for javascript.

1.3.2 • Published 7 years ago

easy-enums

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.

1.1.8 • Published 5 years ago