Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/router/reg-exp-router/trie.ts>Trie

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
class Trie
import { Trie } from "https://deno.land/x/hono@v3.3.3/router/reg-exp-router/trie.ts";

Properties

context: Context
root: Node

Methods

buildRegExp(): [RegExp, ReplacementMap, ReplacementMap]
insert(
path: string,
index: number,
pathErrorCheckOnly: boolean,
): ParamMap