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

1 line
565 B
JSON

{"ast":null,"code":"var g; // This works in non-strict mode\n\ng = function () {\n return this;\n}();\n\ntry {\n // This works if eval is allowed (see CSP)\n g = g || new Function(\"return this\")();\n} catch (e) {\n // This works if the window reference is available\n if (typeof window === \"object\") g = window;\n} // g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\n\nmodule.exports = g;","map":null,"metadata":{},"sourceType":"script"}