haifa-reminder/node_modules/node-html-parser/dist/matcher.d.ts

6 lines
267 B
TypeScript

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;