1.0.8 • Published 2 years ago

npm-lodash v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago