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