Module

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

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
class Node
import { Node } from "https://dotland.deno.dev/x/hono@vv3.5.0-rc.1/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: ParamMap,
context: Context,
pathErrorCheckOnly: boolean,
): void