/
opt
/
canhelp
/
node_modules
/
hono
/
dist
/
types
/
preset
/
/opt/canhelp/node_modules/hono/dist/types/preset
mkdir
upload
Name
Size
Mode
Actions
quick.d.ts
412
0644
edit
dl
rm
tiny.d.ts
413
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/hono/dist/types/preset/tiny.d.ts
(413B)
/** * @module * The preset that uses `PatternRouter`. */ import { HonoBase } from '../hono-base'; import type { HonoOptions } from '../hono-base'; import type { BlankEnv, BlankSchema, Env, Schema } from '../types'; export declare class Hono<E extends Env = BlankEnv, S extends Schema = BlankSchema, BasePath extends string = '/'> extends HonoBase<E, S, BasePath> { constructor(options?: HonoOptions<E>); }
Save
cmd:
run