/
opt
/
canhelp
/
node_modules
/
hono
/
dist
/
types
/
helper
/
ssg
/
/opt/canhelp/node_modules/hono/dist/types/helper/ssg
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
234
0644
edit
dl
rm
middleware.d.ts
1358
0644
edit
dl
rm
plugins.d.ts
895
0644
edit
dl
rm
ssg.d.ts
3695
0644
edit
dl
rm
utils.d.ts
529
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/hono/dist/types/helper/ssg/utils.d.ts
(529B)
import type { Hono } from '../../hono'; import type { Env } from '../../types'; /** * Get dirname * @param path File Path * @returns Parent dir path */ export declare const dirname: (path: string) => string; export declare const joinPaths: (...paths: string[]) => string; interface FilterStaticGenerateRouteData { path: string; } export declare const filterStaticGenerateRoutes: <E extends Env>(hono: Hono<E>) => FilterStaticGenerateRouteData[]; export declare const isDynamicRoute: (path: string) => boolean; export {};
Save
cmd:
run