MCPcopy 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
11const isEmptyObject = (obj) => {
12 return !isNotEmptyObject(obj);
13};
14
15const merge = (target, ...sources) => {
16 for (const source of sources) {

Callers

nothing calls this directly

Calls 1

isNotEmptyObjectFunction · 0.85

Tested by

no test coverage detected