Documentation
    Preparing search index...

    Function isValidIntegerSyntax

    • Determines if the string follows the "integer" syntax.

      Does not determine whether the value could be represented using the Number or BigInt type. Use parseSafeInteger, parseBigInt for that.

      Parameters

      • value: string
      • radix: number = 10

      Returns boolean