mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -20,7 +20,7 @@ import toInteger from './toInteger.js';
|
||||
* { 'user': 'pebbles', 'active': false }
|
||||
* ]
|
||||
*
|
||||
* findLastIndex(users, ({ user }) => user == 'pebbles')
|
||||
* findLastIndex(users, ({ user }) => user === 'pebbles')
|
||||
* // => 2
|
||||
*/
|
||||
function findLastIndex(array, predicate, fromIndex) {
|
||||
|
||||
Reference in New Issue
Block a user