effect-io-ai

Package: effect
Module: Schema

Schema.uppercased

Verifies that a string is uppercased.

Signature

declare const uppercased: <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