Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/c7c4e203339669ae3da05e59f22...

1 line
290 B
JSON

{"ast":null,"code":"import isDocument from './isDocument';\nexport default function isWindow(node) {\n if ('window' in node && node.window === node) return node;\n if (isDocument(node)) return node.defaultView || false;\n return false;\n}","map":null,"metadata":{},"sourceType":"module"}