0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 01:32:12 +01:00
hono/deno_dist/validator/index.ts
Yusuke Wada 9c4197a772
feat(validator): support type transformation (#969)
* feat(validator): support type transformation

* denoify

* create `ValidationFunction` and add a test

* denoify

* rename

* denoify
2023-03-11 22:17:08 +09:00

3 lines
100 B
TypeScript

export { validator } from './validator.ts'
export type { ValidationFunction } from './validator.ts'