mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
function IsMobile(): boolean {
|
|
return window.innerWidth < 768;
|
|
}
|
|
|
|
export { IsMobile };
|