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#search

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

Parameters

method: string
path: string

Returns

Result<T> | null