UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

9 lines (8 loc) 155 B
export class ConsumerAgent { name; callback; constructor(name, callback) { this.name = name; this.callback = callback; } }