@solid-devtools/logger
Version:
Solid debugging utilities for logging the state of the reactivity graph to the console.
8 lines • 468 B
TypeScript
import type * as API from './index.ts';
export declare const debugComputation: typeof API.debugComputation;
export declare const debugOwnerComputations: typeof API.debugOwnerComputations;
export declare const debugSignal: typeof API.debugSignal;
export declare const debugSignals: typeof API.debugSignals;
export declare const debugOwnerSignals: typeof API.debugOwnerSignals;
export declare const debugProps: typeof API.debugProps;
//# sourceMappingURL=server.d.ts.map