mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
function IsMobile() {
|
|
return window.innerWidth < 768;
|
|
}
|
|
|
|
export { IsMobile };
|