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

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

      
    
Rootfs path

      
    
Size
590 (590 bytes)
MD5
b08a19c8f4213518900f72e5d3b362dc
SHA1
244011c8209227a5d714f5843106b13de0f5fc15
SHA256
aeae52a66355a31e12139d2f6cb021cf57de125b37241053bede084a506b3d27
SHA512

      
    
SHA1_git
813866e4a0d49022603baad32937faa6e12ebcba
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
lt.js | 590 bytes |

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