Current Path : /opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/is-obj/ |
Current File : //opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/is-obj/index.js |
'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };