Files
setup-kustomize/node_modules/invariant/invariant.js.flow
Imran Ismail 99f65d1591 Bootstrap
2019-09-05 03:53:25 +08:00

8 lines
116 B
Plaintext

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