1
0
Fork 0
mirror of synced 2024-09-02 18:51:36 +12:00
budibase/packages/common/node_modules/date-fns/distance_in_words_strict/index.js.flow
2020-04-15 15:23:29 +01:00

12 lines
278 B
Text

// @flow
declare module.exports: (
dateToCompare: Date | string | number,
date: Date | string | number,
options?: {
addSuffix?: boolean,
unit?: 's' | 'm' | 'h' | 'd' | 'M' | 'Y',
partialMethod?: 'floor' | 'ceil' | 'round',
locale?: Object
}
) => string