3fc58d54c4f213fa9d95c4ddec94e262139af9f52a892157461584cd5c4d5f6a.json 460 B

1
  1. {"ast":null,"code":"/**\n * The base implementation of `_.gt` which doesn't coerce arguments.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if `value` is greater than `other`,\n * else `false`.\n */\nfunction baseGt(value, other) {\n return value > other;\n}\nexport default baseGt;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}