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