blob: 361c5192c226443c8e1e13fed9826d77e25db3c3 [file] [log] [blame]
/* @flow */
declare module.exports: (
condition: any,
format?: string,
...args: Array<any>
) => void;