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

11 lines (10 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Server = void 0; const session_1 = require("./session"); class Server extends session_1.Session { constructor(onStream, config) { super(false, config, onStream); } } exports.Server = Server;