MCPcopy
hub / github.com/flightcontrolhq/superjson / SuperJSONArray

Interface SuperJSONArray

src/types.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 | SuperJSONObject;
33
34export interface SuperJSONArray extends Array<SuperJSONValue> {}
35
36export interface SuperJSONObject {
37 [key: string]: SuperJSONValue;

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…