Skip to content
Snippets Groups Projects
util.ts 89 B
Newer Older
  • Learn to ignore specific revisions
  • export const isAndroid = () => {
        return navigator.userAgent.match(/Android/i);
    };