UNPKG

@adguard/agtree

Version:
8 lines (7 loc) 264 B
/** * A simple function to check if the current browser is Chromium-based. * * @returns `true` if the current browser is Chromium-based, `false` otherwise. * @see {@link https://stackoverflow.com/a/62797156} */ export declare const isChromium: () => boolean;