UNPKG

auth0-lock

Version:
8 lines (6 loc) 190 B
'use strict'; exports.__esModule = true; exports.isSmallScreen = isSmallScreen; function isSmallScreen() { return window.matchMedia && !window.matchMedia('(min-width: 380px)').matches; }