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

2 lines 282 B
'use strict';var zod=require('zod');function s(e){return zod.z.number().superRefine((n,d)=>{e.includes(n)||d.addIssue({code:zod.z.ZodIssueCode.invalid_enum_value,options:[...e],received:n});})}exports.numericEnum=s;//# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map