UNPKG

camoufox

Version:

JavaScript port of Camoufox - a tool for Firefox anti-fingerprinting and browser automation.

12 lines (11 loc) 279 B
/** * Camoufox version constants. */ export declare class CONSTRAINTS { /** * The minimum and maximum supported versions of the Camoufox browser. */ static readonly MIN_VERSION: string; static readonly MAX_VERSION: string; static asRange(): string; }