mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
4 lines
197 B
TypeScript
4 lines
197 B
TypeScript
import { GetCommunication, IMessageComposer } from '@nitrots/nitro-renderer';
|
|
|
|
export const SendMessageComposer = (event: IMessageComposer<unknown[]>) => GetCommunication().connection.send(event);
|