deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / filepath.d.ts
12345678declare type FilePathOptions = { filename: string; root?: string; defaultDocument?: string;};export declare const getFilePath: (options: FilePathOptions) => string;export {};
Version Info