Enforcing casing, such as:
type MyObj = {
name: IsKebabCase
}
When I go to create an object of type MyObj
the name
property will error if not in kebab case.
Utility types to enforce this would be golden
We can do this with built in Uppercase<T>
and Lowercase<T>
but it does not seem to work with DelimiterCase
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too