MCPcopy
hub / github.com/laurent22/joplin / Sponsor

Interface Sponsor

packages/tools/update-readme-sponsors.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const sponsorsPath = `${rootDir}/packages/tools/sponsors.json`;
7
8interface Sponsor {
9 name: string;
10 id: string;
11}
12
13async function main() {
14 const sponsors: Sponsor[] = (JSON.parse(await readFile(sponsorsPath, 'utf8'))).github;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected