Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
export
function
isEmptyObject(obj) {
34
return
Object.keys(obj).length === 0;
35
}
36
37
export
function
getValue(v) {
38
if
(exports.isExist(v)) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected