Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(library: string) {
super();
this.master = fb.getMaster(library);
this.dispatcher = this.master.getDispatcherSync();
this.util = this.master.getUtilInterfaceSync();
}