MCPcopy
hub / github.com/prettier/prettier / Align

Interface Align

src/document/public.d.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 type Doc = string | Doc[] | DocCommand;
18
19 interface Align {
20 type: "align";
21 contents: Doc;
22 n: number | string | { type: "root" };
23 }
24
25 interface BreakParent {
26 type: "break-parent";

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…