UNPKG

@vscode/sync-api-common

Version:

An RPC implementation between Web and NodeJS workers that works sync

4 lines (3 loc) 156 B
export * from '../common/api'; export { ServiceConnection, ClientConnection } from './connection'; export { MessageConnection } from './messageConnection';