UNPKG

pure-conditions

Version:
5 lines (4 loc) 112 B
function isComputer () { return window.matchMedia('(min-width: 992px)').matches } module.exports = isComputer