• Tests whether the after date comes after the before date

    Example

    expect(isAfter(new Date(1), new Date(0)).value).toBeTruthy()
    

    Parameters

    • after: Date

      The target date

    • before: Date

      The argument to perform the comparison with

    Returns Result<boolean | undefined>

Generated using TypeDoc