typescript-string-enums icon indicating copy to clipboard operation
typescript-string-enums copied to clipboard

Typesafe string enums in TypeScript pre-2.4.

Results 1 typescript-string-enums issues
Sort by recently updated
recently updated
newest added

I found an issue with your usage of mapped types to output a string literal union type whereby it cannot be used safely in as many places as a "regular"...