UNPKG

zod

Version:

TypeScript-first schema declaration and validation library with static type inference

11 lines (10 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.globalConfig = void 0; exports.config = config; exports.globalConfig = {}; function config(config) { if (config) Object.assign(exports.globalConfig, config); return exports.globalConfig; }