katoikia-app/web-ui/web-react/node_modules/invariant/invariant.js.flow

8 lines
116 B
Plaintext
Raw Normal View History

2022-07-06 04:15:11 +00:00
/* @flow strict */
declare module.exports: (
condition: any,
format?: string,
...args: Array<any>
) => void;