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

1 line
375 B
JSON

{"ast":null,"code":"/**\n * The base implementation of `_.isNaN` without support for number objects.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\n */\nfunction baseIsNaN(value) {\n return value !== value;\n}\n\nmodule.exports = baseIsNaN;","map":null,"metadata":{},"sourceType":"script"}