@yesstudio/yes-utils
    Preparing search index...

    Function toPascalCase

    • Converts string to pascal case.

      Type Parameters

      • T extends string

      Parameters

      • string: string

        The string to convert.

      Returns T

      Returns the pascal cased string.

      toPascalCase('Hello, world!')
      // => 'HelloWorld'