Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Hono

class Hono<E extends Env = Env, S = {}, BasePath extends string = "/"> extends HonoBase<E, S, BasePath> {
constructor(init?: Partial<Pick<Hono, "router" | "getPath"> & {
strict: boolean;
}
>
);
}

§Type Parameters

§
E extends Env = Env
[src]
§
S = {}
[src]
§
BasePath extends string = "/"
[src]

§Extends

§
HonoBase<E, S, BasePath>
[src]

§Constructors

§
new Hono(init?: Partial<Pick<Hono, "router" | "getPath"> & {
strict: boolean;
}
>
)
[src]