demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/gt.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/gt.js
Status
scanned
Type
file
Name
gt.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
596 (596 bytes)
MD5
91234db6649797844913196a15e9f6e5
SHA1
8446ef3704d57dd44214e6513a6889f4d9db658a
SHA256
46d68fdf1aca955142d894478899638b98ff32b818d6b57553fad7c638070976
SHA512

      
    
SHA1_git
3a662828801bd87cd8943f46ee495e6c4c8e7b27
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
gt.js | 596 bytes |

var baseGt = require('./_baseGt'), createRelationalOperation = require('./_createRelationalOperation'); /** * Checks if `value` is greater than `other`. * * @static * @memberOf _ * @since 3.9.0 * @category Lang * @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`. * @see _.lt * @example * * _.gt(3, 1); * // => true * * _.gt(3, 3); * // => false * * _.gt(1, 3); * // => false */ var gt = createRelationalOperation(baseGt); module.exports = gt;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript