Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/056b3225cb1106edc7f59e7c692...

1 line
526 B
JSON

{"ast":null,"code":"/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n\n return array;\n}\n\nmodule.exports = arrayPush;","map":null,"metadata":{},"sourceType":"script"}