MCPcopy
hub / github.com/toddbluhm/env-cmd / parseArgList

Function parseArgList

src/utils.ts:31–33  ·  view source on GitHub ↗
(list: string)

Source from the content-addressed store, hash-verified

29 * A simple function that parses a comma separated string into an array of strings
30 */
31export function parseArgList(list: string): string[] {
32 return list.split(',')
33}
34
35/**
36 * A simple function to test if the value is a promise/thenable

Callers 1

utils.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected