UNPKG

bria

Version:

CounterPath Bria Desktop API for Node.js

8 lines 381 B
import { BriaClient } from '.'; import EventEmitter from 'eventemitter3'; export default class BriaClientLeaf<EventTypes extends EventEmitter.ValidEventTypes = string | symbol, Context = any> extends EventEmitter<EventTypes, Context> { protected client: BriaClient; constructor(client: BriaClient); populate(): Promise<void>; } //# sourceMappingURL=Leaf.d.ts.map