mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 23:16:58 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import { CommunicationManager } from './CommunicationManager';
|
|
|
|
const communication = new CommunicationManager();
|
|
|
|
export const GetCommunication = () => communication;
|