/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
routes/pattern-list/utils.ts
5 строк
170 B
Riad Benguella
Routing: Add pattern routes (#73317)
17 ноя 2025, 13:02
Не верифицирован
17 ноя 2025, 13:02
a4dac7a
Код
Авторство
О чём код?
export const filterOutDuplicatesByName = ( currentItem: any, index: number, items: any[] ) => index === items.findIndex( ( item ) => currentItem.name === item.name );