UNPKG

@sebgroup/frontend-tools

Version:
7 lines (6 loc) 200 B
/** * Get the name of the current browser * @note The method detects the browser by features * @returns {string} The name of the browser */ export declare function getBrowserName(): string;