Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
const
isStringArray = (arr: any): arr is string[] =>
79
Array.isArray(arr) && arr.every((i) => typeof i ===
"string"
);
Callers
1
asNonEmptyStringArray
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected