mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
/**
|
|
* @see https://stackoverflow.com/a/31732310
|
|
*/
|
|
export default function isSafariMobile(): boolean;
|