6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
// @flow
|
|
|
|
declare module.exports: (
|
|
date: Date | string | number
|
|
) => Date
|