0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-24 19:26:56 +01:00

docs: add a line for TypeScript support (#151)

This commit is contained in:
Yusuke Wada 2022-04-10 23:24:52 +09:00 committed by GitHub
parent 0d41345247
commit 54c665e38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ app.fire()
- **Ultrafast** - the router does not use linear loops.
- **Zero-dependencies** - using only Service Worker and Web standard API.
- **Middleware** - built-in middleware and ability to extend with your own middleware.
- **TypeScript** - first-class TypeScript support.
- **Optimized** - for Cloudflare Workers.
## Benchmark