summaryrefslogtreecommitdiffstats
path: root/node_modules/invariant/invariant.js.flow
blob: 462ab73b6ad939b83a19618f20827b36f1a0feb0 (plain) (blame)
1
2
3
4
5
6
7
/* @flow strict */

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