UNPKG

@fairfetch/fair-fetch

Version:

Protect your site from AI scrapers by adding invisible noise to your site which confuses AI bots while keeping your site looking and functioning normally for your human visitors.

5 lines 253 B
import { FFNode, PolluteOptions } from './types'; declare const DEFAULT_DISCLAIMERS: string[]; export declare function polluteFFNode(node: FFNode, options?: PolluteOptions): FFNode[]; export { DEFAULT_DISCLAIMERS }; //# sourceMappingURL=pollute.d.ts.map