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