Comparing version 3.24.0-canary.20240423T173108 to 3.24.0-canary.20240429T193306
@@ -761,3 +761,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
export declare type Indices<T> = Exclude<keyof T, ArrayKeys>; | ||
export declare type EnumValues<T extends string = string> = [T, ...T[]]; | ||
export declare type EnumValues<T extends string = string> = readonly [T, ...T[]]; | ||
export declare type Values<T extends EnumValues> = { | ||
@@ -764,0 +764,0 @@ [k in T[number]]: k; |
{ | ||
"name": "zod", | ||
"version": "3.24.0-canary.20240423T173108", | ||
"version": "3.24.0-canary.20240429T193306", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
673773