MCPcopy
hub / github.com/benjamine/jsondiffpatch / Editor

Interface Editor

demos/html-demo/demo.ts:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 interface Editor {
21 getValue(): string;
22 setValue(content: string): void;
23 on(eventName: 'change', handler: () => void): void;
24 }
25}
26
27interface Continent {

Callers 6

JsonAreaClass · 0.80
demo.tsFile · 0.80
JsonAreaClass · 0.80
compareFunction · 0.80
demo.tsFile · 0.80
JsonAreaClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…