template-project/node_modules/exiftool-vendored/dist/File.d.ts
2025-05-30 18:13:30 +08:00

4 lines
203 B
TypeScript

export declare function isFileEmpty(path: string): Promise<boolean>;
export declare const isPlatformCaseSensitive: () => boolean;
export declare function compareFilePaths(a: string, b: string): boolean;