Comparing version 3.22.0-canary.20230522T010750 to 3.22.0-canary.20230522T011705
@@ -621,2 +621,4 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
export declare class ZodMap<Key extends ZodTypeAny = ZodTypeAny, Value extends ZodTypeAny = ZodTypeAny> extends ZodType<Map<Key["_output"], Value["_output"]>, ZodMapDef<Key, Value>, Map<Key["_input"], Value["_input"]>> { | ||
get keySchema(): Key; | ||
get valueSchema(): Value; | ||
_parse(input: ParseInput): ParseReturnType<this["_output"]>; | ||
@@ -623,0 +625,0 @@ static create: <Key_1 extends ZodTypeAny = ZodTypeAny, Value_1 extends ZodTypeAny = ZodTypeAny>(keyType: Key_1, valueType: Value_1, params?: RawCreateParams) => ZodMap<Key_1, Value_1>; |
{ | ||
"name": "zod", | ||
"version": "3.22.0-canary.20230522T010750", | ||
"version": "3.22.0-canary.20230522T011705", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
608887
13937