UNPKG

ts-buildkit

Version:

Typescript Build Kit, this is generic build kit package created by Ahsan Mahmood (https://aoneahsan.com), this package is generic and contains code which will work both on frontend (ReactJs/typescript/etc) as well as on backend (nodejs/typescript/etc). pl

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