UNPKG

istextorbinary

Version:

Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

15 lines (14 loc) 297 B
{ "compilerOptions": { "allowJs": true, "downlevelIteration": true, "esModuleInterop": true, "isolatedModules": true, "maxNodeModuleJsDepth": 5, "module": "ESNext", "moduleResolution": "Node", "strict": true, "target": "ES2022" }, "include": ["source"] }