MCPcopy
hub / github.com/reduxjs/redux-devtools / async

Function async

packages/redux-devtools-remote/src/devTools.ts:34–36  ·  view source on GitHub ↗
(fn: () => unknown)

Source from the content-addressed store, hash-verified

32} from '@redux-devtools/utils';
33
34function async(fn: () => unknown) {
35 setTimeout(fn, 0);
36}
37
38function str2array(
39 str: string | readonly string[] | undefined

Callers 1

DevToolsEnhancerClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected