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

x/hono/hono-base.ts>HonoBase#basePath

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method HonoBase.prototype.basePath
import { HonoBase } from "https://deno.land/x/hono@v3.4.1/hono-base.ts";

Type Parameters

SubPath extends string

Returns

Hono<E, S, MergePath<BasePath, SubPath>>