UNPKG

yamux-js

Version:
6 lines (5 loc) 180 B
import { Client } from './client'; import { Config } from './mux'; import { Server } from './server'; import { Stream } from './stream'; export { Config, Client, Server, Stream };