/
moreqqq
/
DeliveryService
Обзор
Документация
Войти
/
moreqqq
/
DeliveryService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/iterare/lib/utils.d.ts
4 строки
286 B
moreqqq
написал приложение
29 май 2026, 22:02
29 май 2026, 22:02
ad51790
Код
Авторство
О чём код?
export declare function isIterator(candidate: any): candidate is Iterator<any>; export declare function isIterable(candidate: any): candidate is Iterable<any>; export declare function toIterator<T>(collection: Iterator<T> | Iterable<T>): Iterator<T>; //# sourceMappingURL=utils.d.ts.map