MCPcopy
hub / github.com/immutable-js/immutable-js / DevToolsFormatter

Interface DevToolsFormatter

website/src/worker/normalizeResult.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6} from './jsonml-types';
7
8export interface DevToolsFormatter {
9 header: (obj: unknown) => JsonMLElementList | null;
10 hasBody: (obj: unknown) => boolean;
11 body: (obj: unknown) => JsonMLElementList | null;
12}
13
14function getFormatter(
15 immutableFormaters: Array<DevToolsFormatter>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected