PIbd-21_Danilov_V.V._Intern.../Lab4/node_modules/invariant/invariant.js.flow
Владимир Данилов 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;