UNPKG

@busy-hour/blaze

Version:

<h1 align='center'>🔥 Blaze</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>

9 lines (8 loc) • 161 B
// src/validator/helper.ts function validateInput(input, schema) { const result = schema.safeParseAsync(input); return result; } export { validateInput };