1
0
Fork 0
mirror of synced 2024-09-15 16:59:43 +12:00
budibase/packages/common/node_modules/date-fns/distance_in_words/index.js.flow

12 lines
214 B
Text
Raw Normal View History

2020-04-08 02:12:08 +12:00
// @flow
declare module.exports: (
dateToCompare: Date | string | number,
date: Date | string | number,
options?: {
includeSeconds?: boolean,
addSuffix?: boolean,
locale?: Object
}
) => string