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

/**
 * @param {any} obj The object to inspect.
 * @returns {boolean} True if the argument appears to be a plain object.
 */
export default function isPlainObject(obj) {
  if (typeof obj !== 'object' || obj === null) return false

  let proto = obj
  while (Object.getPrototypeOf(proto) !== null) {
    proto = Object.getPrototypeOf(proto)
  }

  return Object.getPrototypeOf(obj) === proto
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
569 B lrw-r--r-- 2026-02-28 00:26:40
Edit Download
550 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
392 B lrw-r--r-- 2026-02-28 00:27:56
Edit Download
1.45 KB lrw-r--r-- 2026-02-28 00:28:00
Edit Download
152 B lrw-r--r-- 2026-02-28 00:28:26
Edit Download
603 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download

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