UNPKG

@sebgroup/frontend-tools

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