6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
// @flow
|
|
|
|
declare module.exports: (
|
|
...dates: (Date | string | number)[]
|
|
) => Date
|