/// /// // prettier crashes with `intrinsic` keyword /** Convert string literal type to uppercase */ type Uppercase = intrinsic; /** Convert string literal type to lowercase */ type Lowercase = intrinsic; /** Convert first character of string literal type to uppercase */ type Capitalize = intrinsic; /** Convert first character of string literal type to lowercase */ type Uncapitalize = intrinsic;