aboutsummaryrefslogtreecommitdiff
path: root/node_modules/invariant/invariant.js.flow
blob: 361c5192c226443c8e1e13fed9826d77e25db3c3 (plain)
1
2
3
4
5
6
7
/* @flow */

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