Appearance
function getBrowserVersion(): string;
Returns the version string of the current browser, or '' outside a browser environment.
''
string
getBrowserVersion() // => '120.0.6099.109'
1.0.0