MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / isEmptyObject

Function isEmptyObject

src/util.js:33–35  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

31}
32
33export function isEmptyObject(obj) {
34 return Object.keys(obj).length === 0;
35}
36
37export function getValue(v) {
38 if (exports.isExist(v)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected