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
437 B

import type { Options } from './types.js';
export declare function inspectAttribute([key, value]: [unknown, unknown], options: Options): string;
export declare function inspectNodeCollection(collection: ArrayLike<Node>, options: Options): string;
export declare function inspectNode(node: Node, options: Options): string;
export default function inspectHTML(element: Element, options: Options): string;
//# sourceMappingURL=html.d.ts.map