Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/query
/ properCase
Function
properCase
examples/solid/astro/src/utils/index.ts:15–16 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
const
properCase = (str: string) =>
16
str.charAt(0).toUpperCase() + str.slice(1)
Callers
2
PokemonDex
Function · 0.90
select
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…