UNPKG

create-expo-cljs-app

Version:

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

3 lines 102 B
export default function isObject(value) { return value instanceof Object && !Array.isArray(value); }