TreasureTrails/node_modules/remeda/dist/isPlainObject.cjs

2 lines
185 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
function e(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}exports.isPlainObject=e;
//# sourceMappingURL=isPlainObject.cjs.map