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

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