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

Interface commandList

index.d.ts:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15type mode = "beautify" | "diff" | "minify" | "parse";
16type qualifier = "begins" | "contains" | "ends" | "file begins" | "file contains" | "file ends" | "file is" | "file not" | "file not contains" | "filesystem contains" | "filesystem not contains" | "is" | "not" | "not contains";
17interface commandList {
18 [key: string]: {
19 description: string;
20 example: {
21 code: string;
22 defined: string;
23 }[];
24 }
25}
26interface compareStore extends Array<[number, number]>{
27 [index:number]: [number, number];
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected