🖋️ files.ts

This commit is contained in:
nirholas
2026-03-31 10:23:31 +00:00
parent 8e2fb5cb5b
commit caff5cc3dd

View File

@@ -154,3 +154,4 @@ export function isBinaryContent(buffer: Buffer): boolean {
// If more than 10% non-printable, likely binary
return nonPrintable / checkSize > 0.1
}