@pleisto/active-support
    Preparing search index...

    Variable camelCaseConst

    camelCase: (str: string) => string

    Formats the given string in camel case fashion

    camel('hello world') -> 'helloWorld' camel('va va-VOOM') -> 'vaVaVoom' camel('helloWorld') -> 'helloWorld'

    Type declaration

      • (str: string): string
      • Parameters

        • str: string

        Returns string