Package: effect Module: SchemaAST
effect
SchemaAST
Equivalent at runtime to the built-in TypeScript utility type Pick.
Pick
Signature
declare const pick: (ast: AST, keys: ReadonlyArray<PropertyKey>) => TypeLiteral | Transformation
Source
Since v3.10.0