FLUJOS/VISUALIZACION/node_modules/invariant/invariant.js.flow
2025-11-07 00:06:12 +01:00

7 lines
116 B
Text
Executable file

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