MCPcopy Index your code
hub / github.com/styletron/styletron / debug

Method debug

packages/styletron-react/src/dev-tool.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107// todo: export debug engine interface
108export class NoopDebugEngine {
109 debug(): undefined {
110 return;
111 }
112}
113
114declare var __BROWSER__: boolean;

Callers 2

useStyletronFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected