X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/is-obj
lib
/
node_modules
/
npm
/
node_modules
/
is-obj
/
ðŸ“
..
📄
index.js
(137 B)
📄
license
(1.09 KB)
📄
package.json
(1.42 KB)
📄
readme.md
(606 B)
Editing: index.js
'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };
Upload File
Create Folder