2017-09-13 07:52:34 +02:00

8 lines
109 B
Plaintext

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