interface IsNumber {
    $isNumber: any;
}

Properties

Properties

$isNumber: any

Checks if the specified expression resolves to one of the following numeric

  • Integer
  • Decimal
  • Double
  • Long