Skip to main content
Module

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

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
class Node
import { Node } from "https://deno.land/x/hono@v3.1.2/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