UNPKG

zaions-tool-kit

Version:

Zaions Tool Kit, this is generic tool kit package created by Zaions Dev Team (https://zaions.com), there are two other packages named "@zaionsofficial/server-tool-kit" and "@zaionsofficial/client-tool-kit" while this package is generic and contains code w

6 lines (3 loc) 165 B
import { ZodType } from 'zod'; declare function numericEnum<TValues extends readonly number[]>(values: TValues): ZodType<TValues[number]>; export { numericEnum };