UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

11 lines (10 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Validation = void 0; const zod_1 = require("zod"); // Custom schema function // Extend Zod's capabilities with the custom function exports.Validation = { ...zod_1.z, schema: zod_1.z.object, };