Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
473 B
6 lines
473 B
import { PseudoSelector } from "css-what";
|
|
import type { InternalOptions } from "../types";
|
|
export declare type Pseudo = <Node, ElementNode extends Node>(elem: ElementNode, options: InternalOptions<Node, ElementNode>, subselect?: ElementNode | string | null) => boolean;
|
|
export declare const pseudos: Record<string, Pseudo>;
|
|
export declare function verifyPseudoArgs(func: Pseudo, name: string, subselect: PseudoSelector["data"]): void;
|
|
//# sourceMappingURL=pseudos.d.ts.map
|