@arwes/tools
Advanced tools
Comparing version 1.0.0-next.24042601 to 1.0.0-next.24042701
"use strict"; | ||
// TODO: In some environments these variables are not executed at runtime but at build time. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +4,0 @@ exports.IS_BROWSER_SAFARI = exports.IS_BROWSER = void 0; |
@@ -0,1 +1,2 @@ | ||
// TODO: In some environments these variables are not executed at runtime but at build time. | ||
export const IS_BROWSER = typeof window !== 'undefined'; | ||
@@ -2,0 +3,0 @@ export const IS_BROWSER_SAFARI = IS_BROWSER && |
{ | ||
"name": "@arwes/tools", | ||
"version": "1.0.0-next.24042601", | ||
"version": "1.0.0-next.24042701", | ||
"publishConfig": { | ||
@@ -51,3 +51,3 @@ "access": "public" | ||
}, | ||
"gitHead": "f8d2716df8a6301df828d4b1627a8d21f1ef56e6" | ||
"gitHead": "c98aa1289657078392e108d81cdd819a61d5c4e2" | ||
} |
10664
224