MCPcopy
hub / github.com/prettier/prettier / Nested1

Interface Nested1

tests/dts/unit/cases/print.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4type NestedAst = Nested1 | Nested2 | Nested3;
5interface Nested1 {
6 kind: "1";
7 item2: Nested2;
8 list2: Nested2[];
9 list4?: Nested2[];
10}
11interface Nested2 {
12 kind: "2";
13 item3: Nested3;

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…