Files
2024-12-05 09:33:18 +08:00

7 lines
94 B
Plaintext

// @flow
declare module.exports: (
date: Date | string | number,
month: number
) => Date