Function assertWrapMillisecond

  • Asserts that the input is a valid millisecond number.

    Parameters

    • input: number
    • OptionalfailureMessage: string

    Returns number

    The input if the assertion succeeds.

    AssertionError If the assertion fails.