Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Ultrafast web framework for Cloudflare Workers, Deno, Bun, and Node.js. Fast, but not only fast.
Very Popular
Go to Latest
class Node
import { Node } from "https://deno.land/x/hono@v3.0.0-rc.5/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,
): void