UNPKG

@beisen/ethos

Version:

beisencloud pc react components

11 lines (8 loc) 215 B
'use strict'; var findIndexBy = require('./findIndexBy'); function findIndexByName(arr, name) { return findIndexBy(arr, function (info) { return info.name === name; }); } module.exports = findIndexByName;