Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/IABTechLab/uid2docs
/ isNonEmptyString
Function
isNonEmptyString
src/utils/index.ts:1–2 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
1
export
const
isNonEmptyString = (value: string) =>
2
typeof value ===
"string"
&& value.length > 0;
3
4
export
const
capitalizeFirstLetter = (string: string) =>
5
isNonEmptyString(string)
Callers
2
capitalizeFirstLetter
Function · 0.85
isInputElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected