UNPKG

auth0-lock

Version:
10 lines (8 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSmallScreen = isSmallScreen; function isSmallScreen() { return window.matchMedia && !window.matchMedia('(min-width: 380px)').matches; }