Function notBetween

  • check that date is Between another date

    Type Parameters

    • T extends Date

    Parameters

    • actual: T
    • start: T
    • end: T
    • Optionaloptions: IsBetweenOptions

    Returns void

  • Type Parameters

    • T extends number

    Parameters

    • actual: T
    • start: T
    • end: T
    • Optionaloptions: IsBetweenOptions

    Returns void