/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/node-html-parser/dist/matcher.d.ts
6 строк
267 B
Александр Данилюк
add
24 сен 2024, 12:59
24 сен 2024, 12:59
9eaeea8
Код
Авторство
О чём код?
import { Adapter } from 'css-select/lib/types'; import HTMLElement from './nodes/html'; import Node from './nodes/node'; export declare type Predicate = (node: Node) => node is HTMLElement; declare const _default: Adapter<Node, HTMLElement>; export default _default;