• 驼峰字符串转下划线

    Parameters

    • str: string

      驼峰字符串

    Returns string

    Example

    humpToUnderline('TestTest')
    

Generated using TypeDoc