MCPcopy
hub / github.com/Effect-TS/effect / transform

Interface transform

packages/effect/src/Schema.ts:3929–3931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3927 * @since 3.10.0
3928 */
3929export interface transform<From extends Schema.All, To extends Schema.All> extends transformOrFail<From, To> {
3930 annotations(annotations: Annotations.Schema<Schema.Type<To>>): transform<From, To>
3931}
3932
3933/**
3934 * Create a new `Schema` by transforming the input and output of an existing `Schema`

Callers 15

goFunction · 0.70
ArrayEnsureFunction · 0.70
NonEmptyArrayEnsureFunction · 0.70
Schema.tsFile · 0.70
transformLiteralFunction · 0.70
LowercaseClass · 0.70
UppercaseClass · 0.70
CapitalizeClass · 0.70
UncapitalizeClass · 0.70
TrimClass · 0.70
splitFunction · 0.70

Implementers 15

SchemaClasspackages/effect/src/Schema.ts
LiteralClasspackages/effect/src/Schema.ts
EnumsClasspackages/effect/src/Schema.ts
DeclareClasspackages/effect/src/Schema.ts
UnionClasspackages/effect/src/Schema.ts
ElementImplpackages/effect/src/Schema.ts
TupleTypeClasspackages/effect/src/Schema.ts
ArrayClasspackages/effect/src/Schema.ts
NonEmptyArrayClasspackages/effect/src/Schema.ts
PropertySignatureImplpackages/effect/src/Schema.ts
PropertySignatureWithFromImplpackages/effect/src/Schema.ts
TypeLiteralClasspackages/effect/src/Schema.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…