MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / isStringArray

Function isStringArray

src/lib/form/types.ts:78–79  ·  view source on GitHub ↗
(arr: any)

Source from the content-addressed store, hash-verified

76}
77
78const isStringArray = (arr: any): arr is string[] =>
79 Array.isArray(arr) && arr.every((i) => typeof i === "string");

Callers 1

asNonEmptyStringArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected