• Test function. Checks if "received" date is greater than or equal to "min" date and less than or equal to "max" date. If max date is not specified - new Date() is used.

    Parameters

    • received: string | Date
    • min: Date
    • Optional max: Date

    Returns void

Generated using TypeDoc