index.js.flow 278 B

123456789101112
  1. // @flow
  2. declare module.exports: (
  3. dateToCompare: Date | string | number,
  4. date: Date | string | number,
  5. options?: {
  6. addSuffix?: boolean,
  7. unit?: 's' | 'm' | 'h' | 'd' | 'M' | 'Y',
  8. partialMethod?: 'floor' | 'ceil' | 'round',
  9. locale?: Object
  10. }
  11. ) => string