Sha256: 99beb83e23bf1aff5a1bbbf8fd03f5b3cb4a9be6c21b8b659d601c0af364ea5b

Contents?: true

Size: 357 Bytes

Versions: 265

Compression:

Stored size: 357 Bytes

Contents

/**
 * The base implementation of `_.gt` which doesn't coerce arguments.
 *
 * @private
 * @param {*} value The value to compare.
 * @param {*} other The other value to compare.
 * @returns {boolean} Returns `true` if `value` is greater than `other`,
 *  else `false`.
 */
function baseGt(value, other) {
  return value > other;
}

module.exports = baseGt;

Version data entries

265 entries across 263 versions & 30 rubygems

Version Path
sumomo-0.10.0 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
reed_sdk-1.0.1 node_modules/lodash/_baseGt.js
reed_sdk-1.0.0 node_modules/lodash/_baseGt.js
boring_generators-0.12.0 tmp/templates/app_template/node_modules/lodash/_baseGt.js
sumomo-0.9.0 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
sumomo-0.8.22 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
sumomo-0.8.21 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
sumomo-0.8.20 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
sumomo-0.8.17 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
sumomo-0.8.16 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
disco_app-0.18.0 test/dummy/node_modules/lodash/_baseGt.js
disco_app-0.18.2 test/dummy/node_modules/lodash/_baseGt.js
sumomo-0.8.15 data/sumomo/api_modules/node_modules/lodash/_baseGt.js
trusty-cms-5.0.7 node_modules/lodash/_baseGt.js
appmap-0.72.2 ./node_modules/lodash/_baseGt.js
trusty-cms-5.0.6 node_modules/lodash/_baseGt.js
appmap-0.72.1 ./node_modules/lodash/_baseGt.js
appmap-0.72.0 ./node_modules/lodash/_baseGt.js
trusty-cms-5.0.5 node_modules/lodash/_baseGt.js
trusty-cms-5.0.4 node_modules/lodash/_baseGt.js