Module

x/hono/router/reg-exp-router/node.ts>Node

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
class Node
import { Node } from "https://dotland.deno.dev/x/hono@v4.0.6/router/reg-exp-router/node.ts";

Properties

children: Record<string, Node>
optional
index: number
optional
varIndex: number

Methods

buildRegExpStr(): string
insert(
tokens: readonly string[],
index: number,
paramMap: ParamAssocArray,
context: Context,
pathErrorCheckOnly: boolean,
): void