@effect/schema
Advanced tools
Comparing version 0.40.1 to 0.40.2
@@ -512,4 +512,4 @@ /** | ||
export declare const transform: { | ||
<C, D, B>(to: Schema<C, D>, decode: (b: B) => unknown, encode: (c: C) => unknown): <A>(self: Schema<A, B>) => Schema<A, D>; | ||
<A, B, C, D>(from: Schema<A, B>, to: Schema<C, D>, decode: (b: B) => unknown, encode: (c: C) => unknown): Schema<A, D>; | ||
<C, D, B>(to: Schema<C, D>, decode: (b: B, options: ParseOptions, ast: AST.AST) => unknown, encode: (c: C, options: ParseOptions, ast: AST.AST) => unknown): <A>(self: Schema<A, B>) => Schema<A, D>; | ||
<A, B, C, D>(from: Schema<A, B>, to: Schema<C, D>, decode: (b: B, options: ParseOptions, ast: AST.AST) => unknown, encode: (c: C, options: ParseOptions, ast: AST.AST) => unknown): Schema<A, D>; | ||
}; | ||
@@ -516,0 +516,0 @@ /** |
{ | ||
"name": "@effect/schema", | ||
"version": "0.40.1", | ||
"version": "0.40.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
966046
26469