PIbd-21_Danilov_V.V._Intern.../Lab4/node_modules/invariant/invariant.js.flow

8 lines
116 B
Plaintext
Raw Permalink Normal View History

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