Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/d39069a6878fea632c1c82106f24b956.json
2020-12-22 09:59:14 -05:00

1 line
740 B
JSON

{"ast":null,"code":"var baseIsRegExp = require('./_baseIsRegExp'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n/* Node.js helper references. */\n\n\nvar nodeIsRegExp = nodeUtil && nodeUtil.isRegExp;\n/**\n * Checks if `value` is classified as a `RegExp` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.\n * @example\n *\n * _.isRegExp(/abc/);\n * // => true\n *\n * _.isRegExp('/abc/');\n * // => false\n */\n\nvar isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp;\nmodule.exports = isRegExp;","map":null,"metadata":{},"sourceType":"script"}