AJSF API reference
    Preparing search index...

    Function isInteger

    • 'isInteger' utility function

      Checks if a value is an integer.

      // value - the value to check // { any = false } strict - if truthy, also checks JavaScript tyoe // {boolean } - true if number, false if not

      Parameters

      • value: any
      • strict: any = false

      Returns boolean