Function isGreaterThanZero

  • Check to see if the value is > 0

    Parameters

    • value: number

      The value to check

    Returns boolean

    true if > 0 otherwise false

Generated using TypeDoc