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

Interface Serialize

extension/src/app/api/index.ts:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68export interface Serialize {
69 readonly replacer?: (key: string, value: unknown) => unknown;
70 readonly reviver?: (key: string, value: unknown) => unknown;
71 readonly options?: Options | boolean;
72}
73
74export function getSerializeParameter(config: Config) {
75 const serialize = config.serialize;

Callers 1

immutable.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…