mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added enum
module
This commit is contained in:
parent
64f717d127
commit
5a2e5f176c
1 changed files with 21 additions and 0 deletions
21
src/utils/enum/index.ts
Normal file
21
src/utils/enum/index.ts
Normal file
|
@ -0,0 +1,21 @@
|
|||
export {
|
||||
Enum,
|
||||
EnumOptions,
|
||||
} from "./enum";
|
||||
|
||||
export {
|
||||
EnumKey,
|
||||
} from "./enum-key";
|
||||
|
||||
export {
|
||||
EnumValue,
|
||||
} from "./enum-value";
|
||||
|
||||
export {
|
||||
EnumEntry,
|
||||
} from "./enum-entry";
|
||||
|
||||
export {
|
||||
ENUM_SEPARATORS,
|
||||
DEFAULT_ENUM_SEPARATOR,
|
||||
} from "./enum-separators";
|
Loading…
Reference in a new issue