Files
ASHEBShop-h5/node_modules/invariant/invariant.js.flow
T
2017-05-10 16:33:00 +08:00

8 lines
109 B
Plaintext

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