Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor() {
super();
this.time = '000000';
this.timer = null;
this.isRunning = false;
this.html = hyper.bind(this.attachShadow({ mode: 'open' }));
this.startCount = this.startCount.bind(this);
this.stopCount = this.stopCount.bind(this);
this.resetCount = this.resetCount.bind(this);
}