1.0.8 • Published 9 months ago

npm-lodash v1.0.8

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

9 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago