6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
// @flow
|
||
|
|
||
|
declare module.exports: (
|
||
|
date: Date
|
||
|
) => boolean
|