mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-17 15:06:29 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
export function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|