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

1 line
496 B
JSON

{"ast":null,"code":"/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean' ? value !== '__proto__' : value === null;\n}\n\nmodule.exports = isKeyable;","map":null,"metadata":{},"sourceType":"script"}