Skip to content

Welshman Docs / @welshman/net / Target

Type Alias: Target ​

Target: Emitter & object

Defined in: packages/net/src/Executor.ts:8

Type declaration ​

cleanup() ​

cleanup: () => void

Returns ​

void

connections ​

connections: Connection[]

send() ​

send: (...args) => Promise<void>

Parameters ​

args ​

...Message

Returns ​

Promise<void>