Function isInteger

  • 是否整数(严格匹配)

    Parameters

    • value: string
    • Optionaltype: "-" | "+"

    Returns boolean

    isInteger('0'); /// true
    isInteger('-0', '+'); /// false