MCPcopy
hub / github.com/google/gts / DefaultPackage

Interface DefaultPackage

src/util.ts:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface DefaultPackage extends Bag<string> {
32 gts: string;
33 typescript: string;
34 '@types/node': string;
35}
36
37export async function readJsonp(jsonPath: string) {
38 const contents = await readFilep(jsonPath, {encoding: 'utf8'});

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…