MCPcopy
hub / github.com/graphql/graphql-js / Options

Interface Options

resources/prettier-examples.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6type Mode = 'check' | 'write';
7
8interface Options {
9 filePaths: ReadonlyArray<string>;
10 mode: Mode;
11}
12
13interface JsdocLine {
14 content: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected