MCPcopy Create free account
hub / github.com/coder/mux / isUnknownArray

Function isUnknownArray

src/node/services/devToolsService.ts:27–29  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

25}
26
27function isUnknownArray(value: unknown): value is unknown[] {
28 return Array.isArray(value);
29}
30
31function extractText(value: unknown): string {
32 if (typeof value === "string") {

Callers 1

buildRunSummaryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected