6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
// @flow
|
||
|
|
||
|
declare module.exports: (
|
||
|
argument: any
|
||
|
) => boolean
|