deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / router / trie-router / router.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
import type { Result, Router } from '../../router';import { Node } from './node';export declare class TrieRouter<T> implements Router<T> { node: Node<T>; constructor(); add(method: string, path: string, handler: T): void; match(method: string, path: string): Result<T> | null;}
deno

Version Info

Tagged at
2 years ago