MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / toPascalCase

Function toPascalCase

src/core/createCompat.ts:379–381  ·  view source on GitHub ↗
(words: string[])

Source from the content-addressed store, hash-verified

377}
378
379function toPascalCase(words: string[]): string {
380 return words.map((word) => capitalize(word)).join("");
381}
382
383function ensureMarkdownExt(path: string): string {
384 return path.endsWith(".md") ? path : `${path}.md`;

Callers 1

buildTemplateValuesFunction · 0.85

Calls 1

capitalizeFunction · 0.85

Tested by

no test coverage detected