UNPKG

@sebgroup/frontend-tools

Version:
6 lines (5 loc) 144 B
/** * Check if the current browser is Chrome * @returns {boolean} True if Chrome */ export declare function isBrowserChrome(): boolean;