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

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"}