MCPcopy
hub / github.com/samuelmtimbo/unit / SharedObjectClient

Interface SharedObjectClient

src/SharedObject.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 EventEmitter_EE<_EE> & _EE
7
8export interface SharedObjectClient<T, _EE extends Dict<any[]>> {
9 proxy: T
10 emitter: EventEmitter_<SharedObjectClientEvents<_EE>>
11 disconnect: Unlisten
12}
13
14export class SharedObject<T extends Dict<any>, _EE extends Dict<any[]>> {
15 private _obj: T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected