Function isStr

  • 检查是否字符串类型

    Parameters

    • value: any

    Returns boolean

    isStr('test'); /// true
    isStr(null); /// false