• Parses a string as a bigint in base 10.

    Unlike parseSafeInteger, this function does not support specifying the radix; it is always base 10. This method supports the scientific notation (e.g. 5e1 produces 50n). The Scientific notation is only allowed in base 10.

    Parameters

    • Rest ...value: [value: string | number]

      The string to parse as a safe integer

    Returns null | bigint

    The corresponding bigint value

Methods

Methods