StartsWithUppercase
Type Aliases
Section titled “Type Aliases”StartsWithUppercase
Section titled “StartsWithUppercase”StartsWithUppercase<
S> =Sextendsstring?Extract<S,Capitalize<S>> :never
Defined in: packages/isaacscript-common/src/types/StartsWithUppercase.ts:2
Helper type to ensure that the given string starts with an uppercase letter.
Type Parameters
Section titled “Type Parameters”S
