Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
is-binary-path
/
File Content:
index.js
'use strict'; const path = require('path'); const binaryExtensions = require('binary-extensions'); const extensions = new Set(binaryExtensions); module.exports = filePath => extensions.has(path.extname(filePath).slice(1).toLowerCase());
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.d.ts
290 bytes
0644
index.js
239 bytes
0644
package.json
657 bytes
0644
N4ST4R_ID | Naxtarrr