📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 05:06:49
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
tailwindcss
/
src
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/tailwindcss/src/util
🔄 Refresh
✏️
Editing: isPlainObject.js
Writable
export default function isPlainObject(value) { if (Object.prototype.toString.call(value) !== '[object Object]') { return false } const prototype = Object.getPrototypeOf(value) return prototype === null || Object.getPrototypeOf(prototype) === null }
💾 Save Changes
❌ Cancel