split
constsplit: (separator) =>transform<SchemaClass<string>,Array$<typeofString$>>
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.
Parameters
Section titled “Parameters”separator
Section titled “separator”string
Returns
Section titled “Returns”transform<SchemaClass<string>, Array$<typeof String$>>
3.10.0