MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / checkStringArray

Function checkStringArray

packages/hydrooj/src/entry/cli.ts:37–39  ·  view source on GitHub ↗
(args: ParseEntry[])

Source from the content-addressed store, hash-verified

35}
36
37function checkStringArray(args: ParseEntry[]): args is string[] {
38 return args.every((arg) => typeof arg === 'string');
39}
40
41function parseInteractiveArgv(line: string) {
42 const args = parse(line);

Callers 1

parseInteractiveArgvFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected