summaryrefslogtreecommitdiff
path: root/cli/bench/testdata/npm/hono/dist/utils/filepath.d.ts
blob: 99453d5d6521d31baa05823bcf4590a138c13304 (plain)
1
2
3
4
5
6
7
declare type FilePathOptions = {
    filename: string;
    root?: string;
    defaultDocument?: string;
};
export declare const getFilePath: (options: FilePathOptions) => string;
export {};