UNPKG

create-expo-cljs-app

Version:

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

10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPromise = void 0; function isPromise(maybePromise) { return !!maybePromise && !!maybePromise.then && (typeof maybePromise.then === 'function'); } exports.isPromise = isPromise;