/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/undici/src/lib/llhttp/utils.d.ts
2 строки
162 B
Node.js GitHub Bot
deps: update undici to 7.16.0
11 сен 2025, 20:21
Не верифицирован
11 сен 2025, 20:21
ac131bd
Код
Авторство
О чём код?
import type { IntDict } from './constants'; export declare function enumToMap(obj: IntDict, filter?: readonly number[], exceptions?: readonly number[]): IntDict;