MCPcopy
hub / github.com/AsyncBanana/microdiff / Options

Interface Options

index.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20export type Difference = DifferenceCreate | DifferenceRemove | DifferenceChange;
21
22interface Options {
23 cyclesFix: boolean;
24}
25
26const richTypes = { Date: true, RegExp: true, String: true, Number: true };
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…