method HonoBase.prototype.mountimport { HonoBase } from "https://dotland.deno.dev/x/hono@v3.11.12/hono-base.ts"; mount(path: string,applicationHandler: (request: Request, ...args: any) => Response | Promise<Response>,optionHandler?: (c: Context) => unknown,): Hono<E, S, BasePath>Parameterspath: stringapplicationHandler: (request: Request, ...args: any) => Response | Promise<Response>optionaloptionHandler: (c: Context) => unknownReturnsHono<E, S, BasePath>