aswi2020vldc-gitlab/templetes/node_modules/invariant/invariant.js.flow @ 9bb1e829
1 |
/* @flow strict */ |
---|---|
2 |
|
3 |
declare module.exports: ( |
4 |
condition: any, |
5 |
format?: string, |
6 |
...args: Array<any> |
7 |
) => void; |