DIR : /home/kozerus/public_html/cropex/node/node_modules/is-binary-path/index.js

/home/kozerus/public_html/cropex/node/node_modules/is-binary-path

'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());
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer