AJSF API reference
    Preparing search index...

    Function isNumber

    • 'isNumber' utility function

      Checks if a value is a regular number, numeric string, or JavaScript Date.

      // 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