Comparing version
export declare enum WindowWidthType { | ||
XS = 0, | ||
SM = 1, | ||
MD = 2, | ||
LG = 3 | ||
XS = "XS", | ||
SM = "SM", | ||
MD = "MD", | ||
LG = "LG" | ||
} |
@@ -5,6 +5,6 @@ "use strict"; | ||
(function (WindowWidthType) { | ||
WindowWidthType[WindowWidthType["XS"] = 0] = "XS"; | ||
WindowWidthType[WindowWidthType["SM"] = 1] = "SM"; | ||
WindowWidthType[WindowWidthType["MD"] = 2] = "MD"; | ||
WindowWidthType[WindowWidthType["LG"] = 3] = "LG"; | ||
WindowWidthType["XS"] = "XS"; | ||
WindowWidthType["SM"] = "SM"; | ||
WindowWidthType["MD"] = "MD"; | ||
WindowWidthType["LG"] = "LG"; | ||
})(WindowWidthType = exports.WindowWidthType || (exports.WindowWidthType = {})); |
{ | ||
"name": "horizontal", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A package that analyze and gives information about browser width such as screen type (XS, SM, MD, LG)", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
6966
-1.02%