Github:
https://github.com/typed-rocks/typesc...
TypeScript already provides intrinsic string manipulation types like Uppercase, Lowercase or Capitalize. But what's still missing is a CamelCase type which allows us to transform snake- or kebab-case string types to camelCase.
0:00 Intro
0:15 Let's create the type
6:51 Outro