typescript-vs-flowtype
typescript-vs-flowtype copied to clipboard
Typescript Enum
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.
Please feel free to open a PR describing this TypeScript-only feature :)
Thanks!