MCPcopy 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
15export const properCase = (str: string) =>
16 str.charAt(0).toUpperCase() + str.slice(1)

Callers 2

PokemonDexFunction · 0.90
selectFunction · 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…