Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/fb1c4fdacad5900a0f4e0d5aab71197c.json
2020-12-31 20:18:50 +00:00

1 line
403 B
JSON

{"ast":null,"code":"var isProduction = process.env.NODE_ENV === 'production';\nvar prefix = 'Invariant failed';\n\nfunction invariant(condition, message) {\n if (condition) {\n return;\n }\n\n if (isProduction) {\n throw new Error(prefix);\n } else {\n throw new Error(prefix + \": \" + (message || ''));\n }\n}\n\nexport default invariant;","map":null,"metadata":{},"sourceType":"module"}