UNPKG

llmoptimizer

Version:

Generate an llms.txt summary of your website/docs for LLMs (framework-agnostic with Vite/Next/Nuxt/Astro/Remix helpers).

18 lines (15 loc) 511 B
import { R as RobotsOptions } from './robots-Cmz7RZLZ.cjs'; interface AstroOptions { mode?: 'static' | 'crawl'; outFile?: string; baseUrl?: string; format?: 'markdown' | 'json'; theme?: 'default' | 'compact' | 'detailed' | 'structured'; obeyRobots?: boolean; concurrency?: number; robots?: boolean | (RobotsOptions & { outFile?: string; }); } declare function llmOptimizerAstro(opts?: AstroOptions): any; export { type AstroOptions, llmOptimizerAstro as default };