typescript-vs-flowtype icon indicating copy to clipboard operation
typescript-vs-flowtype copied to clipboard

Typescript Enum

Open itayronen opened this issue 5 years ago • 1 comments

Typescript enums feature is very useful. Its much better than literal types in most cases. Its much easier to maintain. Renaming an enum value is possible out of the box, while a literal type requires a full project text search.

itayronen avatar Jun 11 '19 07:06 itayronen

Please feel free to open a PR describing this TypeScript-only feature :)

Thanks!

niieani avatar Jun 13 '19 16:06 niieani