0e678c39e7307a4540b7838174e7ed7b582849b159a2f69762d8ef7ecaffc29a05da1fb3480cfff215648e904d63721c133e89d2be1892db44d0f2b0cd7763 161 B

12345
  1. /** PURE_IMPORTS_START PURE_IMPORTS_END */
  2. export function isObject(x) {
  3. return x !== null && typeof x === 'object';
  4. }
  5. //# sourceMappingURL=isObject.js.map