effect-io-ai

Package: effect
Module: Schema

Schema.lowercased

Verifies that a string is lowercased.

Signature

declare const lowercased: <S extends Schema.Any>(annotations?: Annotations.Filter<Schema.Type<S>>) => <A extends string>(self: S & Schema<A, Schema.Encoded<S>, Schema.Context<S>>) => filter<S>

Source

Since v3.10.0