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