首次提交
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export default function checkObject(t) {
|
||||
var e = typeof t;
|
||||
return e === "object" && t !== null || e === "function";
|
||||
}
|
||||
//# sourceMappingURL=checkObject.js.map
|
||||
Reference in New Issue
Block a user