UNPKG

create-expo-cljs-app

Version:

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

6 lines (4 loc) 153 B
/** * Throws if value is null or undefined, otherwise returns value. */ export default function nullthrows<T>(value?: T | null, message?: string): T;