PHP 8.2.30
Preview: isPlainObject.js Size: 537 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-redux/lib/utils/isPlainObject.js

"use strict";

exports.__esModule = true;
exports.default = isPlainObject;

/**
 * @param {any} obj The object to inspect.
 * @returns {boolean} True if the argument appears to be a plain object.
 */
function isPlainObject(obj) {
  if (typeof obj !== 'object' || obj === null) return false;
  let proto = Object.getPrototypeOf(obj);
  if (proto === null) return true;
  let baseProto = proto;

  while (Object.getPrototypeOf(baseProto) !== null) {
    baseProto = Object.getPrototypeOf(baseProto);
  }

  return proto === baseProto;
}

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
495 B lrw-r--r-- 2026-02-28 00:27:26
Edit Download
427 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
537 B lrw-r--r-- 2026-02-28 00:28:32
Edit Download
235 B lrw-r--r-- 2026-02-28 00:28:58
Edit Download
244 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
718 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
3.17 KB lrw-r--r-- 2026-02-28 00:29:06
Edit Download
2.24 KB lrw-r--r-- 2026-02-28 00:29:10
Edit Download
1.42 KB lrw-r--r-- 2026-02-28 00:29:12
Edit Download
195 B lrw-r--r-- 2026-02-28 00:29:22
Edit Download
533 B lrw-r--r-- 2026-02-28 00:29:30
Edit Download
700 B lrw-r--r-- 2026-02-28 00:29:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).