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

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method Node.prototype.gHSets
import { Node } from "https://deno.land/x/hono@vv3.5.0-rc.1/router/trie-router/node.ts";

Parameters

node: Node<T>
method: string
optional
wildcard: boolean

Returns

HandlerSet<T>[]