UNPKG

create-split

Version:

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

6 lines (5 loc) 163 B
import { CLIOptions } from '../index'; /** * Create or update the sitemap.xml file */ export declare function updateSitemap(options: CLIOptions): Promise<void>;