Function assertWrapQuarter

  • Asserts that the input is a valid quarter number.

    Parameters

    • input: number
    • OptionalfailureMessage: string

    Returns Quarter

    The input if the assertion succeeds.

    AssertionError If the assertion fails.