mirror of
https://github.com/honojs/hono.git
synced 2024-11-29 01:32:12 +01:00
9c4197a772
* feat(validator): support type transformation * denoify * create `ValidationFunction` and add a test * denoify * rename * denoify
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
export { validator } from './validator.ts'
|
|
export type { ValidationFunction } from './validator.ts'
|