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

Function pause

packages/analytics-core/src/utils/waitForReady.js:24–26  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

22}
23
24function pause(ms) {
25 return new Promise(resolve => setTimeout(resolve, ms))
26}

Callers 1

waitForReadyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected