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

7 lines
128 B
Plaintext
Raw Normal View History

2025-02-25 13:44:33 +08:00
// @flow
declare module.exports: (
dateToCompare: Date | string | number,
datesArray: (Date | string | number)[]
) => Date