Commit b0932e1
committed
feat: Add isObjectEmpty utility function
This commit adds a new utility function called `isObjectEmpty` which checks if an object is empty by iterating over its properties and returning false if any property is found, otherwise it returns true.1 parent 48af4cd commit b0932e1
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
| |||
599 | 604 | | |
600 | 605 | | |
601 | 606 | | |
| 607 | + | |
602 | 608 | | |
603 | 609 | | |
604 | 610 | | |
| |||
0 commit comments