/
var
/
www
/
cobraambalaj
/
node_modules
/
is-resolvable
/
/var/www/cobraambalaj/node_modules/is-resolvable
mkdir
upload
Name
Size
Mode
Actions
index.js
425
0644
edit
dl
rm
LICENSE
751
0644
edit
dl
rm
package.json
1895
0644
edit
dl
rm
README.md
2224
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/is-resolvable/index.js
(425B)
'use strict'; var inspect = require('util').inspect; module.exports = function isResolvable(moduleId, options) { if (typeof moduleId !== 'string') { throw new TypeError(inspect(moduleId) + ' is not a string. Expected a valid Node.js module identifier (<string>), for example \'eslint\', \'./index.js\', \'./lib\'.'); } try { require.resolve(moduleId, options); return true; } catch (err) { return false; } };
Save
cmd:
run