mirror of
https://github.com/sern-handler/website
synced 2026-06-13 19:32:26 +00:00
2 lines
77 B
TypeScript
2 lines
77 B
TypeScript
export declare function isFileInDir(fileName: string, dir: string): boolean;
|