Gazebo_simulation-Frontend/node_modules/date-fns/distance_in_words/index.js.flow
2020-12-21 10:29:31 -05:00

12 lines
214 B
Plaintext

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