Opal-Estate-Pro/node_modules/invariant/invariant.js.flow
2019-09-13 11:27:52 +07:00

8 lines
116 B
Plaintext
Executable File

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