type-fest icon indicating copy to clipboard operation
type-fest copied to clipboard

`ScreamingSnakeCasedProperties` and `ScreamingSnakeCasedPropertiesDeep`

Open ghost opened this issue 5 months ago • 1 comments

Type description + examples

These would act the same as their lowercase counterparts: SnakeCasedProperties and SnakeCasedPropertiesDeep, respectively.

My personal use case is converting configuration objects into read-only, screaming-snake-cased templates for default configuration objects.

Type source

No response

Search existing types and issues first

  • [x] I tried my best to look for it

ghost avatar Jul 11 '25 06:07 ghost

Ended up implementing this myself using types parallel to existing type-fest implementations:

ScreamingSnakeCase.zip

ghost avatar Jul 11 '25 12:07 ghost