Владимир Данилов ab1cc7aeac Отчет лаб 4
2024-01-09 05:30:48 +04:00

8 lines
116 B
Plaintext

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