Files
2023-07-12 16:31:19 +01:00

8 lines
116 B
Plaintext
Executable File

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