MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / Global

Interface Global

index.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4declare var window: Window;
5declare module NodeJS {
6 interface Global {
7 sparser: any;
8 prettydiff: any
9 }
10}
11type api = "any" | "dom" | "node";
12type codes = [string, number, number, number, number];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected