This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
hono
Watch
0
Star
0
Fork
0
You've already forked hono
mirror of
https://github.com/honojs/hono.git
synced
2024-12-01 10:51:01 +00:00
Code
Issues
Releases
Activity
0bc72b8c6f
hono
/
deno_dist
/
validator
/
index.ts
3 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(validator): moved validator outside of middleware (#879)
2023-02-10 16:18:27 +00:00
export
{
validator
}
from
'./validator.ts'
feat(validator): support type transformation (#969) * feat(validator): support type transformation * denoify * create `ValidationFunction` and add a test * denoify * rename * denoify
2023-03-11 13:17:08 +00:00
export
type
{
ValidationFunction
}
from
'./validator.ts'
Copy Permalink