通用枚举、常量和资源的npm包
Extendable class-enum on typescript
Alternative to React keyMirror
Generate Dart/JS/TS api-model files from Swagger/OpenAPI, or enums from a local project
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.
A plugin for enum-plus that supports internationalization of enums through vue-i18n
Zero-dependency TypeScript enum utilities: enumValues, fromValue, fromName, isEnumValue, exhaustive switch check, bit-flag helpers. Works with 'as const' const objects.
A GraphQL Code Generator plugin that emits each GraphQL enum as a readonly tuple of its member names.