Hhertz/node_modules/js-sdsl/dist/esm/utils/checkObject.js
2025-07-31 23:47:20 +03:00

6 lines
166 B
JavaScript

export default function checkObject(t) {
var e = typeof t;
return e === "object" && t !== null || e === "function";
}
//# sourceMappingURL=checkObject.js.map