MCPcopy Index your code
hub / github.com/glideapps/quicktype / JSONTypeSource

Interface JSONTypeSource

src/index.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38export type StringInput = string | Readable;
39
40export interface JSONTypeSource {
41 name: string;
42 samples: StringInput[];
43}
44
45export function isJSONSource(source: TypeSource): source is JSONTypeSource {
46 return "samples" in source;

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…