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