Package: effect Module: Schema
effect
Schema
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