UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

13 lines (12 loc) 230 B
export class ServiceUpdate { run() { let thiz = this; setInterval(() => { thiz.update(); }, 50); } update() { if (this.peer != null) this.peer.service(); } }