SpotifyApiSpotify LogoJS

CamelCase<S extends string> src/Interface.ts#L26

Converts a string type into camelcase.


Type:

S extends "${P1}_" ? "${Lowercase<P1>}" : Lowercase<S>