Comparing version 3.23.0-canary.20240409T032832 to 3.23.0-canary.20240409T033359
@@ -744,3 +744,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
export declare type Indices<T> = Exclude<keyof T, ArrayKeys>; | ||
export declare type EnumValues = [string, ...string[]]; | ||
export declare type EnumValues<T extends string = string> = [T, ...T[]]; | ||
export declare type Values<T extends EnumValues> = { | ||
@@ -747,0 +747,0 @@ [k in T[number]]: k; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20240409T032832", | ||
"version": "3.23.0-canary.20240409T033359", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
653345
0