Selva Compute API Reference - v1.5.1
    Preparing search index...

    Function toCamelCase

    • Converts a string to camelCase.

      Parameters

      • str: string

        The string to convert

      • options: { preserveSpaces?: boolean } = {}

        Options object

        • preserveSpaces: If true, spaces are preserved (default: false)

      Returns string