UNPKG

create-expo-cljs-app

Version:

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

59 lines (6 loc) 307 B
import {createCheckers} from "ts-interface-checker"; import OptionsGenTypes from "./Options-gen-types"; const {Options: OptionsChecker} = createCheckers(OptionsGenTypes); export function validateOptions(options) { OptionsChecker.strictCheck(options); }