snapcube
Version:
📦 Snapshot, backup, and restore any project — binary-safe, fast, and simple CLI.
8 lines • 333 B
TypeScript
/**
* Checks if a given file is binary based on its extension.
*
* @param fileName - The name of the file (with extension)
* @returns true if the file extension is in the known binary extensions list, false otherwise
*/
export declare const isBinaryFile: (fileName: string) => boolean;
//# sourceMappingURL=isBinaryFile.d.ts.map