| jonschlinkert/merge-deep |
87 |
|
90,074 |
323 |
over 5 years ago |
16 |
January 11, 2021 |
9 |
mit |
JavaScript |
| Recursively merge values in a JavaScript object. |
| jonschlinkert/object.omit |
73 |
|
364,817 |
454 |
over 7 years ago |
6 |
September 04, 2017 |
2 |
mit |
JavaScript |
| Return a copy of an object without the given keys. |
| jonschlinkert/mixin-deep |
62 |
|
457,053 |
1,013 |
almost 7 years ago |
13 |
June 24, 2019 |
4 |
mit |
JavaScript |
| Deeply mix the properties of objects into the first object, while also mixing-in child objects. |
| jonschlinkert/for-in |
30 |
|
647,004 |
885 |
about 9 years ago |
12 |
February 28, 2017 |
0 |
mit |
JavaScript |
| Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. |
| jonschlinkert/rename-keys |
26 |
|
52 |
17 |
about 6 years ago |
11 |
October 13, 2017 |
1 |
mit |
JavaScript |
| Modify/rename the keys of the own enumerable properties of an object. |
| jonschlinkert/extend-shallow |
25 |
|
498,092 |
1,289 |
over 8 years ago |
13 |
December 20, 2017 |
1 |
mit |
JavaScript |
| Extend object A with the properties of object B. node.js/javascript util. |
| whatshappen/ProgressView |
22 |
|
0 |
0 |
almost 8 years ago |
0 |
|
0 |
|
Java |
| 自定义进度条 |
| jonschlinkert/glob-object |
20 |
|
7 |
11 |
about 6 years ago |
4 |
June 19, 2017 |
4 |
mit |
JavaScript |
| Filter an object using glob patterns and dot notation. |
| jonschlinkert/for-own |
18 |
|
0 |
0 |
about 9 years ago |
0 |
|
0 |
mit |
JavaScript |
| Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. |
| jonschlinkert/define-property |
15 |
|
481,914 |
837 |
almost 6 years ago |
12 |
January 26, 2018 |
3 |
mit |
JavaScript |
| Define a non-enumerable property on an object. |