Function camelCase

  • Converts the string to camel case.

    Returns

    Returns the camel cased string.

    Example

    camelCase('Equipment class name')
    // 'equipmentClassName'

    Parameters

    • s: string

      The string to convert

    Returns string

Generated using TypeDoc