mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-17 15:06:29 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|
|
|
|
export { getUserAgent };
|
|
//# sourceMappingURL=index.js.map
|