UNPKG

create-expo-cljs-app

Version:

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

10 lines (5 loc) 141 B
'use strict'; const internals = {}; module.exports = function (promise) { return !!promise && typeof promise.then === 'function'; };