MCPcopy Create free account
hub / github.com/DavidWells/analytics / composeWithDebug

Function composeWithDebug

packages/analytics-core/src/utils/debug.js:23–27  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

21}
22
23export function composeWithDebug(config) {
24 return function () {
25 return compose(compose.apply(null, arguments), Debug(config))
26 }
27}

Callers 1

analyticsFunction · 0.90

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected