chushihua
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = function (val) {
|
||||
return Object.prototype.toString.call(val) === '[object Object]' ? true : false;
|
||||
};
|
||||
Reference in New Issue
Block a user