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

1 line
429 B
JSON

{"ast":null,"code":"/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n set.forEach(function (value) {\n result[++index] = value;\n });\n return result;\n}\n\nmodule.exports = setToArray;","map":null,"metadata":{},"sourceType":"script"}