UNPKG

yamux-js

Version:

[![npm version](https://badge.fury.io/js/yamux-js.svg)](https://www.npmjs.com/package/yamux-js) [![Build status](https://img.shields.io/github/actions/workflow/status/th-ch/yamux-js/node.js.yml?branch=master)](https://github.com/th-ch/yamux-js) [![GitHub

10 lines (9 loc) 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Stream = exports.Server = exports.Client = void 0; const client_1 = require("./client"); Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } }); const server_1 = require("./server"); Object.defineProperty(exports, "Server", { enumerable: true, get: function () { return server_1.Server; } }); const stream_1 = require("./stream"); Object.defineProperty(exports, "Stream", { enumerable: true, get: function () { return stream_1.Stream; } });