Files

8 lines
116 B
Plaintext
Raw Permalink Normal View History

2026-04-07 05:05:28 +05:30
/* @flow strict */
declare module.exports: (
condition: any,
format?: string,
...args: Array<any>
) => void;