• File: index.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/is-obj/index.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 137 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';
module.exports = function (x) {
	var type = typeof x;
	return x !== null && (type === 'object' || type === 'function');
};