Checks whether the before date comes before the after date
before
after
true if the before date comes before the after date, false otherwise
expect(isBefore(new Date(1), new Date(2)).value).toBeTruthy()
The before date
The after date
Generated using TypeDoc
Checks whether the
beforedate comes before theafterdateReturns
true if the
beforedate comes before theafterdate, false otherwiseExample