UNPKG

create-expo-cljs-app

Version:

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

8 lines (6 loc) 227 B
export default function (moduleName, dirname, absoluteRuntime) { if (absoluteRuntime === false) return moduleName; throw new Error( "The 'absoluteRuntime' option is not supported when using @babel/standalone.", ); }