Browser/OS detections
yarn add @a1motion/detect
import detect from "@a1motion/detect";
detect = {
ie: boolean;
safari: boolean;
firefox: boolean;
opera: boolean;
chrome: boolean;
mac: boolean;
win: boolean;
ios: boolean;
android: boolean;
linux: boolean;
desktop: boolean;
mobile: boolean;
}