UNPKG

next-ai-defence

Version:

Defend against LLM-based web scrapers in Next.js applications

4 lines (3 loc) 194 B
import { PromptTemplate } from "./types"; export declare const DEFAULT_PROMPT_TEMPLATES: Record<string, PromptTemplate>; export declare const getContactInstructions: (methods: any[]) => string;