| DIR:/proc/self/root/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/is-obj/ |
| Current File : //proc/self/root/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/is-obj/index.js |
'use strict';
module.exports = value => {
const type = typeof value;
return value !== null && (type === 'object' || type === 'function');
};
|