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

1 line
314 B
JSON

{"ast":null,"code":"'use strict';\n\nvar matchOperatorsRe = /[|\\\\{}()[\\]^$+*?.]/g;\n\nmodule.exports = function (str) {\n if (typeof str !== 'string') {\n throw new TypeError('Expected a string');\n }\n\n return str.replace(matchOperatorsRe, '\\\\$&');\n};","map":null,"metadata":{},"sourceType":"script"}