Bones/node_modules/invariant/invariant.js.flow
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

8 lines
109 B
Plaintext

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