We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093071b commit 6fc93e1Copy full SHA for 6fc93e1
src/Web/HTML.js
@@ -1,3 +1,4 @@
1
-export function window() {
+const windowImpl = function () {
2
return window;
3
-}
+};
4
+export { windowImpl as window };
0 commit comments