PATH:
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
is-obj
'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };
[-] package.json
[edit]
[+]
..
[-] readme.md
[edit]
[-] license
[edit]
[-] index.js
[edit]