setup-node/node_modules/invariant/invariant.js.flow
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

7 lines
116 B
Text

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