effect-io-ai

Package: effect
Module: Schema

Schema.split

Returns a schema that allows splitting a string into an array of strings.

Signature

declare const split: (separator: string) => transform<SchemaClass<string>, Array$<typeof String$>>

Source

Since v3.10.0