• Convert the input string to an integer, or NaN if the input is not an integer.

    Parameters

    • input: string
    • Optional radix: number

      radix or base (defaults to 10)

    Returns number

Generated using TypeDoc