• If the string is already camelCase, then return true, otherwise return false.

    Parameters

    • str: string

      The string to check.

    Returns boolean

    A boolean value.

Generated using TypeDoc