MCPcopy
hub / github.com/dvajs/dva / isAllFunction

Function isAllFunction

packages/dva-core/src/checkModel.js:66–68  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

64}
65
66function isAllFunction(obj) {
67 return Object.keys(obj).every(key => isFunction(obj[key]));
68}

Callers 1

checkModelFunction · 0.85

Calls 1

isFunctionFunction · 0.90

Tested by

no test coverage detected