mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Update doc examples to ES2015.
This commit is contained in:
@@ -13,7 +13,7 @@ import getAllKeysIn from './.internal/getAllKeysIn.js';
|
||||
* @returns {Object} Returns the new object.
|
||||
* @example
|
||||
*
|
||||
* var object = { 'a': 1, 'b': '2', 'c': 3 };
|
||||
* const object = { 'a': 1, 'b': '2', 'c': 3 };
|
||||
*
|
||||
* pickBy(object, isNumber);
|
||||
* // => { 'a': 1, 'c': 3 }
|
||||
|
||||
Reference in New Issue
Block a user