/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/core/src/lib/utils/debounce.ts
5 строк
191 B
Yousif Yassi
chore: FIT-1383: Lodash removal (#9372)
14 фев 2026, 00:00
Не верифицирован
14 фев 2026, 00:00
82f1213
Код
Авторство
О чём код?
/** * Re-export debounce from es-toolkit/compat. * Uses the lodash-compatible API (leading/trailing/maxWait options, .cancel(), .flush()). */ export { debounce } from "es-toolkit/compat";