Package: effect Module: SchemaAST
effect
SchemaAST
Equivalent at runtime to the built-in TypeScript utility type Partial.
Partial
Signature
declare const partial: (ast: AST, options?: { readonly exact: true; }) => AST
Source
Since v3.10.0