// @flow

declare module.exports: (
  date: Date | string | number,
  dateToCompare: Date | string | number
) => boolean