Appearance
function isDesktop(): boolean;
Returns true if the environment is a browser and the device is not mobile or tablet.
true
boolean
isDesktop() // true on a laptop or desktop computer
1.0.0