Package: effect
Module: Schema
Validates that the first character of a string is unchanged by
toLowerCase().
Details
Empty strings pass. Strings whose first character has no uppercase form, such as a digit, punctuation mark, or whitespace, also pass.
Signature
declare const isUncapitalized: (annotations?: Annotations.Filter) => SchemaAST.Filter<string>
Since v4.0.0