hz-zhhq-web/node_modules/date-fns/distance_in_words/index.js.flow

12 lines
214 B
Plaintext
Raw Normal View History

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