Buckets:
| // src/preset/quick.ts | |
| import { HonoBase } from "../hono-base.js"; | |
| import { LinearRouter } from "../router/linear-router/index.js"; | |
| import { SmartRouter } from "../router/smart-router/index.js"; | |
| import { TrieRouter } from "../router/trie-router/index.js"; | |
| var Hono = class extends HonoBase { | |
| constructor(options = {}) { | |
| super(options); | |
| this.router = new SmartRouter({ | |
| routers: [new LinearRouter(), new TrieRouter()] | |
| }); | |
| } | |
| }; | |
| export { | |
| Hono | |
| }; | |
Xet Storage Details
- Size:
- 466 Bytes
- Xet hash:
- ee61154feb1f167f9a8aceef77d2be490240b990d741fa4447fc9c358a16714e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.