Skip to content

split

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

Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:2540

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

string

transform<SchemaClass<string>, Array$<typeof String$>>

3.10.0