UNPKG

create-split

Version:

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

6 lines (5 loc) 185 B
import { CLIOptions } from '../index'; /** * Install the webhook endpoint in the user's Next.js project */ export declare function installWebhook(options: CLIOptions): Promise<void>;