Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/ec04237745525ca1b2d28cd82c9...

1 line
417 B
JSON

{"ast":null,"code":"/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction cacheHas(cache, key) {\n return cache.has(key);\n}\n\nmodule.exports = cacheHas;","map":null,"metadata":{},"sourceType":"script"}