UNPKG

pure-conditions

Version:
5 lines (4 loc) 131 B
function isTablet () { return window.matchMedia('(min-width: 768px) and (max-width: 991px)').matches } module.exports = isTablet