UNPKG

peerpigeon

Version:

WebRTC-based peer-to-peer mesh networking library with intelligent routing and signaling server

6 lines (5 loc) 129 B
import type { AppRecord } from './api.js'; export interface Context { currentTab: string; currentAppRecord: AppRecord; }