1.0.8 • Published 3 years ago

npm-lodash v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm-lodash

npm-lodash

npm login

npm publish

check npm https://www.npmjs.com/settings/jacobhsu/packages

Reference

lodash
npm i lodash node_modules\lodash

Installation

npm i npm-lodash

const findKey = require('npm-lodash/findKey');

var users = {
  barney: { age: 36, active: true },
  fred: { age: 40, active: false },
  pebbles: { age: 1, active: true },
};
var ans = findKey(users, function (o) {
  return o.age < 40;
});
console.log(ans) // barney
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago