Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/prettydiff/prettydiff
/ compareStore
Interface
compareStore
index.d.ts:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
}
26
interface
compareStore extends Array<[number, number]>{
27
[index:number]: [number, number];
28
}
29
interface
data {
30
begin: number[];
31
ender: number[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected