UNPKG

create-expo-cljs-app

Version:

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

4 lines (3 loc) 141 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare function merge(streams: Readable[]): NodeJS.ReadableStream;