Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "isInteger"

module

validator.number

Index

Functions

Functions

isInteger

  • isInteger(arg: number | string, signs?: "+-" | "+" | "-"): boolean
  • Parameters

    • arg: number | string

      argument will be tested if it is integer or not.

    • Default value signs: "+-" | "+" | "-" = "+-"

    Returns boolean

Generated using TypeDoc