How to use the pascal-case.pascalCaseTransformMerge function in pascal-case

To help you get started, we’ve selected a few pascal-case examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github blakeembrey / change-case / packages / camel-case / src / index.ts View on Github external
export function camelCaseTransformMerge(input: string, index: number) {
  if (index === 0) return input.toLowerCase();
  return pascalCaseTransformMerge(input);
}

pascal-case

Transform into a string of capitalized words without separators

MIT
Latest version published 7 months ago

Package Health Score

63 / 100
Full package analysis