2019-10-03 16:35:25 -07:00

4 lines
67 B
JavaScript

export function getUserAgent() {
return navigator.userAgent;
}