UNPKG

create-split

Version:

CLI tool to connect Next.js sites to Split AI content delivery system

6 lines (5 loc) 177 B
import { CLIOptions } from '../index'; /** * Create or update the llms.txt file for LLM crawlers */ export declare function updateLlmsTxt(options: CLIOptions): Promise<void>;