astro-ghostcms/.pnpm-store/v3/files/96/78b06cefff5ef38549ca6cdc89e...

7 lines
267 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;