UNPKG

fingerprint-oss

Version:

A comprehensive JavaScript library for device fingerprinting and system information collection. Provides robust, deterministic fingerprinting for web applications with privacy-conscious design.

12 lines (11 loc) 462 B
/*! * Bowser - a browser detector * https://github.com/bowser-js/bowser * MIT License | (c) Dustin Diaz 2012-2015 * MIT License | (c) Denis Demchenko 2015-2019 */ export declare const BROWSER_ALIASES_MAP: Record<string, string>; export declare const BROWSER_MAP: Record<string, string>; export declare const PLATFORMS_MAP: Record<string, string>; export declare const OS_MAP: Record<string, string>; export declare const ENGINE_MAP: Record<string, string>;