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

10 lines
166 B
Plaintext
Raw Normal View History

2025-02-25 13:44:33 +08:00
// @flow
declare module.exports: (
dateLeft: Date | string | number,
dateRight: Date | string | number,
options?: {
weekStartsOn?: number
}
) => boolean