Files
test/_node_modules/remeda/dist/isPlainObject.js
2026-02-20 16:06:40 +09:00

2 lines
187 B
JavaScript

function e(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}export{e as isPlainObject};
//# sourceMappingURL=isPlainObject.js.map