9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
// @flow
|
|
|
|
declare module.exports: (
|
|
date: Date | string | number,
|
|
options?: {
|
|
weekStartsOn?: number
|
|
}
|
|
) => Date
|