UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

14 lines (10 loc) 248 B
/* eslint-disable no-new-func, no-nested-ternary */ let win; if (typeof window === "undefined") { // window is undefined in node.js win = {}; } else { win = window; } /* eslint-enable no-new-func, no-nested-ternary */ export {win as window};