mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-07 14:22:36 +01:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import { CommunicationManager } from './CommunicationManager';
|
|
|
|
const communication = new CommunicationManager();
|
|
|
|
export const GetCommunication = () => communication;
|