8 lines
116 B
Plaintext
Raw Normal View History

2024-01-09 05:30:48 +04:00
/* @flow strict */
declare module.exports: (
condition: any,
format?: string,
...args: Array<any>
) => void;