UNPKG

vitepress-plugin-llmstxt

Version:

VitePress plugin to generate llms.txt files automatically

18 lines (15 loc) 522 B
import { a as LlmsPageData } from './shared/vitepress-plugin-llmstxt.BzwONdJi.mjs'; import 'vitepress'; /** * Returns all the LLMs data from all pages. * * @returns {LlmsPageData[] | undefined} The LLMs data from all pages. */ declare const getAllData: () => LlmsPageData[] | undefined; /** * Gets the LLMs data for the current route. * * @returns {LlmsPageData | undefined} The LLMs data for the current route. */ declare const getRouteData: () => LlmsPageData | undefined; export { getAllData, getRouteData };