Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

Const isInt

  • isInt(num: number): boolean
  • Checks if the given number is an int.

    example

    isInt(13); // true isInt(13.5); // false

    Parameters

    • num: number

      The number to check.

    Returns boolean

    Whether the number is an int.

Legend

  • Function

Generated using TypeDoc