53. Implement SnakeCase<S>
Share
- accepted / - tried
Implement SnakeCase<S>
to turn string in camel case to snake case.
type A = SnakeCase<'BigFrontEnd'> // big_front_end
- accepted / - tried
Implement SnakeCase<S>
to turn string in camel case to snake case.
type A = SnakeCase<'BigFrontEnd'> // big_front_end