9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
// @flow
|
||
|
|
||
|
declare module.exports: (
|
||
|
argument: Date | string | number,
|
||
|
options?: {
|
||
|
additionalDigits?: 0 | 1 | 2
|
||
|
}
|
||
|
) => Date
|