Function toCaseFirst

  • 英文字母首字母大小写

    Parameters

    • type: StringCase

    Returns StringFn

    Version

    1.0.0

    Example

    toCaseFirst('toLowerCase')('Asdasd') // asdasd
    toCaseFirst('toUpperCase')('asdasd') // Asdasd

Generated using TypeDoc