@signalwire/docusaurus-plugin-llms-txt
Version:
Generate Markdown versions of Docusaurus HTML pages and an llms.txt index file
12 lines • 369 B
TypeScript
import type { Root } from 'hast';
/**
* Extract text content from HTML elements by selector
* @internal
*/
export declare function selectText(tree: Root, selector: string): string;
/**
* Extract the content attribute from a meta tag
* @internal
*/
export declare function selectMetaContent(tree: Root, selector: string): string;
//# sourceMappingURL=html.d.ts.map