8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
/* @flow */
|
||
|
|
||
|
declare module.exports: (
|
||
|
condition: any,
|
||
|
format?: string,
|
||
|
...args: Array<any>
|
||
|
) => void;
|