- Categorie

- ProductInfo
This commit is contained in:
Surya Paolo
2023-12-27 02:58:15 +01:00
parent f0495d93b3
commit 15d831eecc
16 changed files with 516 additions and 230 deletions

View File

@@ -4364,6 +4364,9 @@ module.exports = {
}
},
isObjectEmpty(obj) {
return Object.keys(obj).length === 0;
},
};