/
var
/
www
/
cobraambalaj
/
node_modules
/
is-extendable
/
/var/www/cobraambalaj/node_modules/is-extendable
mkdir
upload
Name
Size
Mode
Actions
index.js
331
0644
edit
dl
rm
LICENSE
1083
0644
edit
dl
rm
package.json
2179
0644
edit
dl
rm
README.md
2546
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/is-extendable/index.js
(331B)
/*! * is-extendable <https://github.com/jonschlinkert/is-extendable> * * Copyright (c) 2015, Jon Schlinkert. * Licensed under the MIT License. */ 'use strict'; module.exports = function isExtendable(val) { return typeof val !== 'undefined' && val !== null && (typeof val === 'object' || typeof val === 'function'); };
Save
cmd:
run