更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var ObjToStr = Object.prototype.toString;
|
||||
exports = function(val) {
|
||||
return ObjToStr.call(val);
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user