(literals: L, name?: string)
| 1042 | Schema.decodeTo(Schema.toCodecStringTree(array), { |
| 1043 | decode: SchemaGetter.split(options), |
| 1044 | encode: SchemaGetter.passthrough<ReadonlyArray<string>, Schema.StringTree>({ strict: false }).compose( |
| 1045 | SchemaGetter.transform((input) => input.join(separator)) |
| 1046 | ) |
| 1047 | }) |
| 1048 | ) |
| 1049 |
nothing calls this directly
no test coverage detected
searching dependent graphs…