Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fluid-dev/hexo-theme-fluid
/ isEmptyObject
Function
isEmptyObject
scripts/utils/object.js:11–13 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
9
};
10
11
const
isEmptyObject = (obj) => {
12
return
!isNotEmptyObject(obj);
13
};
14
15
const
merge = (target, ...sources) => {
16
for
(
const
source of sources) {
Callers
nothing calls this directly
Calls
1
isNotEmptyObject
Function · 0.85
Tested by
no test coverage detected