mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-03-12 05:29:59 +01:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
|
||
|
export const windowWidth = () =>
|
||
|
window.innerWidth ||
|
||
|
document.documentElement.clientWidth ||
|
||
|
document.body.clientWidth
|