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