index.js.flow 214 Bytes
// @flow

declare module.exports: (
  dateToCompare: Date | string | number,
  date: Date | string | number,
  options?: {
    includeSeconds?: boolean,
    addSuffix?: boolean,
    locale?: Object
  }
) => string