Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
export
const
parseCommaSeparatedStringArray = (value: string): string[] => {
15
return
normalizeStringArray(value.split(/[,,]/))
16
}
Callers
1
BatchTag
Function · 0.90
Calls
1
normalizeStringArray
Function · 0.85
Tested by
no test coverage detected