© 2026 Hedgehog Software, LLC
const schemaA = S.string.pipe(S.length(20)); const schemaB = S.string.pipe(S.length(10));
.transform
S.transform( schemaA, schemaB, (value) => value.slice(10), (_) => _, );