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

1 line
374 B
JSON

{"ast":null,"code":"'use strict';\n\nvar inherits = require('inherits'),\n Event = require('./event');\n\nfunction CloseEvent() {\n Event.call(this);\n this.initEvent('close', false, false);\n this.wasClean = false;\n this.code = 0;\n this.reason = '';\n}\n\ninherits(CloseEvent, Event);\nmodule.exports = CloseEvent;","map":null,"metadata":{},"sourceType":"script"}