UNPKG

create-expo-cljs-app

Version:

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

15 lines (10 loc) 233 B
'use strict'; const internals = {}; module.exports = function (...args) { try { return JSON.stringify.apply(null, args); } catch (err) { return '[Cannot display object: ' + err.message + ']'; } };