b9f5fe3b95f6534bd8b36fa4b5956c0884b602a6684f6fb372a4dca9e10231da.json 457 B

1
  1. {"ast":null,"code":"/**\n * The base implementation of `_.lt` 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 less than `other`,\n * else `false`.\n */\nfunction baseLt(value, other) {\n return value < other;\n}\nexport default baseLt;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}