Files
Gemini-Search/node_modules/invariant/invariant.js.flow
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

8 lines
116 B
Plaintext

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