PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
is-binary-path
/** Check if a file path is a binary file. @example ``` import isBinaryPath = require('is-binary-path'); isBinaryPath('source/unicorn.png'); //=> true isBinaryPath('source/unicorn.txt'); //=> false ``` */ declare function isBinaryPath(filePath: string): boolean; export = isBinaryPath;
[+]
..
[-] index.d.ts
[edit]
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]