import { Hono } from "https://deno.land/x/hono@v3.1.4/hono.ts";
Parameters
path: SubPath
app: Hono<SubEnv, SubSchema, SubBasePath>
Returns
Hono<E, RemoveBlankRecord<MergeSchemaPath<SubSchema, SubPath> | S>, BasePath>
import { Hono } from "https://deno.land/x/hono@v3.1.4/hono.ts";