UNPKG

@sebgroup/frontend-tools

Version:
12 lines (10 loc) 293 B
/** * Check if the current browser is Chrome * @returns {boolean} True if Chrome */ function isBrowserChrome() { return (!!window.chrome && (!!window.chrome.webstore || !!window.chrome.runtime)); } export { isBrowserChrome }; //# sourceMappingURL=isBrowserChrome.js.map