@ncoderz/superenum
Version:
Simple, typesafe enums in TypeScript, fully compatible with standard JavaScript
27 lines (18 loc) • 655 B
Markdown
[**@ncoderz/superenum**](README.md)
***
# @ncoderz/superenum
## Interfaces
- [FromValueOptions](interfaces/FromValueOptions.md)
- [FromKeyOptions](interfaces/FromKeyOptions.md)
- [KeyFromValueOptions](interfaces/KeyFromValueOptions.md)
- [HasKeyOptions](interfaces/HasKeyOptions.md)
- [HasValueOptions](interfaces/HasValueOptions.md)
- [Labels](interfaces/Labels.md)
- [Superenum](interfaces/Superenum.md)
## Type Aliases
- [EnumType](type-aliases/EnumType.md)
- [ArrayEnum](type-aliases/ArrayEnum.md)
- [ArrayEnumToObjectEnum](type-aliases/ArrayEnumToObjectEnum.md)
- [EnumFunc](type-aliases/EnumFunc.md)
## Functions
- [Enum](functions/Enum.md)