UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 181 B
/** * @module * Validator for Hono. */ export { validator } from './validator'; export type { ValidationFunction } from './validator'; export type { InferInput } from './utils';