2021/07/22
about const enums in typescript, which get compiled to their values rather than getting represented as a mapping object.
See https://www.typescriptlang.org/docs/handbook/enums.html#const-enums.
about const enums in typescript, which get compiled to their values rather than getting represented as a mapping object.
See https://www.typescriptlang.org/docs/handbook/enums.html#const-enums.