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

    Function toCamelCase

    • Converts string to camel case.

      Type Parameters

      • T extends string

      Parameters

      • string: T

        The string to convert.

      Returns T

      Returns the camel cased string.

      toCamelCase('Hello, world!')
      // => 'helloWorld'