UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

16 lines (13 loc) 548 B
function isStyleSupport(styleName) { if (typeof window !== 'undefined' && window.document && window.document.documentElement) { var styleNameList = Array.isArray(styleName) ? styleName : [styleName]; var documentElement = window.document.documentElement; return styleNameList.some(function (name) { return name in documentElement.style; }); } return false; } export var isFlexSupported = isStyleSupport(['flex', 'webkitFlex', 'Flex', 'msFlex']); export default isStyleSupport; //# sourceMappingURL=styleChecker.js.map