????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/libphonenumber-js/es6/helpers/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/libphonenumber-js/es6/helpers/isObject.js |
var objectConstructor = {}.constructor; export default function isObject(object) { return object !== undefined && object !== null && object.constructor === objectConstructor; } //# sourceMappingURL=isObject.js.map