Checks if the current device is a tablet (iPad or Android tablet).
True if the device is a tablet, false otherwise
import { isTablet } from '@consumidor-positivo/ts-utils';if (isTablet()) { console.log('Running on tablet');} Copy
import { isTablet } from '@consumidor-positivo/ts-utils';if (isTablet()) { console.log('Running on tablet');}
Checks if the current device is a tablet (iPad or Android tablet).