版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 1 година
12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "t", {
  3. value: true
  4. });
  5. exports.default = checkObject;
  6. function checkObject(e) {
  7. const t = typeof e;
  8. return t === "object" && e !== null || t === "function";
  9. }
  10. //# sourceMappingURL=checkObject.js.map