Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 262 Bytes

ConvertSnakeToCamel.md

File metadata and controls

11 lines (8 loc) · 262 Bytes

ConvertSnakeToCamel

Change snake case string literal type to camel case string literal type.

Type parameters

  1. S - Base snake case string literal type.

Image

type Camel = ConvertSnakeToCamel<"CONVERT_SNAKE_TO_CAMEL"> // convertSnakeToCamel