Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/c7c4e203339669ae3da05e59f22120f4.json
2020-12-22 09:59:14 -05: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"}