Comparing version 3.23.0-canary.20240418T011308 to 3.23.0-canary.20240418T224529
@@ -954,3 +954,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
*/ | ||
fatal?: boolean): ZodType<T, ZodTypeDef, unknown>; | ||
fatal?: boolean): ZodType<T, ZodTypeDef, T>; | ||
export { ZodType as Schema, ZodType as ZodSchema }; | ||
@@ -1002,3 +1002,3 @@ export declare const late: { | ||
} | ||
declare const instanceOfType: <T extends typeof Class>(cls: T, params?: CustomParams) => ZodType<InstanceType<T>, ZodTypeDef, unknown>; | ||
declare const instanceOfType: <T extends typeof Class>(cls: T, params?: CustomParams) => ZodType<InstanceType<T>, ZodTypeDef, InstanceType<T>>; | ||
declare const stringType: (params?: ({ | ||
@@ -1005,0 +1005,0 @@ errorMap?: ZodErrorMap | undefined; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20240418T011308", | ||
"version": "3.23.0-canary.20240418T224529", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
673920
3081