UNPKG

@vscode/sync-api-common

Version:

An RPC implementation between Web and NodeJS workers that works sync

7 lines (6 loc) 214 B
export * from './connection'; export * from './protocol'; import RAL from './ral'; export { RAL }; export { Cancellation } from './messageCancellation'; export { BaseMessageConnection } from './messageConnection';