UNPKG

create-expo-cljs-app

Version:

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

5 lines (4 loc) 208 B
/// <reference types="node" /> import { IncomingMessage, ServerResponse } from 'http'; declare const _default: () => (_req: IncomingMessage, res: ServerResponse, next: () => void) => void; export = _default;