UNPKG

fets

Version:

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

4 lines (3 loc) 127 B
export function isZodSchema(value) { return value && typeof value === 'object' && typeof value.safeParse === 'function'; }