Function assertFinite

  • This is a wrapper around isFinite().

    Parameters

    • Rest...values: number[]

      the values to check.

    Returns void

    If any of the values are not finite, an error is thrown.