MCPcopy
hub / github.com/IgnisDa/ryot / changeCase

Function changeCase

libs/ts-utils/src/index.ts:99–100  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

97 * Change case to a presentable format.
98 */
99export const changeCase = (name: string) =>
100 startCase(camelCase(name.toLowerCase()));
101
102export const processSubmission = <Schema extends ZodTypeAny>(
103 formData: FormData,

Callers 15

MetadataGroupDisplayItemFunction · 0.90
CreateSupersetModalFunction · 0.90
ReviewEntityFormFunction · 0.90
getMediaLinksFunction · 0.90
getFitnessLinksFunction · 0.90
HistoryItemFunction · 0.90
ExerciseDisplayItemFunction · 0.90
WorkoutDisplayItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected