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

Interface JSRConfig

resources/build-deno.ts:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89interface JSRConfig {
90 name: string;
91 version: string;
92 exports: { [entrypoint: string]: string };
93 publish: {
94 exclude: ReadonlyArray<string>;
95 };
96}
97
98async function writeJSRConfig(
99 outDir: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected