Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
increase() {
dispatch.count.incrementAsync(101);
dispatch.calculate.incrementAsync(101);
console.log(this);
}
aa() {
dispatch.count.increment(100);
console.log(this);
}