On this pageType Alias: DateBefore DateBefore: {before: Date; } Match a day falling before the specified date, with the date not included. Type declaration​ NameTypebeforeDate Example​ // Match days before the 2nd of February 2019 const matcher: DateBefore = { before: new Date(2019, 1, 2) }; Defined in​ src/types/shared.ts:231