2025-08-05 23:51:42 +08: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