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

x/hono/router/trie-router/node.ts>Node#gHSets

Web Framework built on Web Standards
Extremely Popular
Go to Latest
method Node.prototype.gHSets
import { Node } from "https://deno.land/x/hono@v4.3.5/router/trie-router/node.ts";

Parameters

node: Node<T>
method: string
nodeParams: Record<string, string>
params: Record<string, string>

Returns

HandlerParamsSet<T>[]