UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 138 B
/** * @module * Validator for Hono. */ export { validator } from './validator'; export type { ValidationFunction } from './validator';