Function strictParseInt

  • Parses a string value that is expected to be an integer, when the valid is not an integer throws a decoration error.

    Parameters

    • string: string

      Raw string input

    Returns number

    Parsed integer

Generated using TypeDoc