Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/1530e2e3559b957a21e116bc4b2...

1 line
565 B
JSON

{"ast":null,"code":"var getTag = require('./_getTag'),\n isObjectLike = require('./isObjectLike');\n/** `Object#toString` result references. */\n\n\nvar mapTag = '[object Map]';\n/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */\n\nfunction baseIsMap(value) {\n return isObjectLike(value) && getTag(value) == mapTag;\n}\n\nmodule.exports = baseIsMap;","map":null,"metadata":{},"sourceType":"script"}