MCPcopy
hub / github.com/JedWatson/classnames / ArgumentArray

Interface ArgumentArray

index.d.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 type Value = string | number | boolean | undefined | null;
13 type Mapping = Record<string, any>;
14 interface ArgumentArray extends Array<Argument> {}
15 interface ReadonlyArgumentArray extends ReadonlyArray<Argument> {}
16 type Argument = Value | Mapping | ArgumentArray | ReadonlyArgumentArray;
17}

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…