/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/domutils/lib/index.d.ts
10 строк
407 B
Александр Данилюк
add
24 сен 2024, 12:59
24 сен 2024, 12:59
9eaeea8
Код
Авторство
О чём код?
export * from "./stringify.js"; export * from "./traversal.js"; export * from "./manipulation.js"; export * from "./querying.js"; export * from "./legacy.js"; export * from "./helpers.js"; export * from "./feeds.js"; /** @deprecated Use these methods from `domhandler` directly. */ export { isTag, isCDATA, isText, isComment, isDocument, hasChildren, } from "domhandler"; //# sourceMappingURL=index.d.ts.map