UNPKG

js-smp-peer2

Version:

<p align="center"> <a href="https://github.com/mhchia/js-smp-peer/actions?workflow=nodejs-test"><img alt="GitHub Actions status" src="https://github.com/mhchia/js-smp-peer/workflows/nodejs-test/badge.svg"></a> </p>

10 lines (9 loc) 246 B
declare type TPeerServerConfig = { host: string; port: number; path: string; secure: boolean; debug?: number; }; declare const defaultPeerServerConfig: TPeerServerConfig; export { defaultPeerServerConfig, TPeerServerConfig };