Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/8cdb57472aa29b0a4991988d38d...

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