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

7 lines
94 B
Plaintext
Raw Normal View History

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