1
0
mirror of https://github.com/actions/setup-node synced 2025-05-02 21:23:54 +00:00
setup-node/node_modules/invariant/invariant.js.flow
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

8 lines
116 B
Plaintext

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