📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 03:41:03
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
generateblocks
/
src
/
utils
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/generateblocks/src/utils
🔄 Refresh
✏️
Editing: object-is-empty.js
Writable
/** * Check if object is empty * * @param {Object} obj The object to check * @return {boolean} If the object is empty */ export default ( obj ) => ( obj && Object.keys( obj ).length === 0 && Object.getPrototypeOf( obj ) === Object.prototype );
💾 Save Changes
❌ Cancel