UNPKG

fets

Version:

TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience

8 lines (7 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isZodSchema = void 0; function isZodSchema(value) { return value && typeof value === 'object' && typeof value.safeParse === 'function'; } exports.isZodSchema = isZodSchema;