Skip to content

Instantly share code, notes, and snippets.

View Monichre's full-sized avatar
🏠
Working from office

Liam Ellis Monichre

🏠
Working from office
View GitHub Profile
@Monichre
Monichre / browser-utility.js
Created October 30, 2018 14:39
# Browser Utility File This is a little package I've been managing with Bit in an effort to standardize some client side browser issues I continually face
import _ from "lodash"
class TheBrowser {
constructor () {
this.window = {}
this.status = false
this.isPhone = false
this.isTablet = false
this.isMediumTablet = false
this.isLargeTablet = false