MCPcopy Create free account
hub / github.com/KunMoe/kun-touchgal-next / parseCommaSeparatedStringArray

Function parseCommaSeparatedStringArray

utils/normalizeStringArray.ts:14–16  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

12}
13
14export const parseCommaSeparatedStringArray = (value: string): string[] => {
15 return normalizeStringArray(value.split(/[,,]/))
16}

Callers 1

BatchTagFunction · 0.90

Calls 1

normalizeStringArrayFunction · 0.85

Tested by

no test coverage detected