UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

8 lines (7 loc) 120 B
class Counter extends Base { Increment() { const {state} = this; state.count++; this.state = state; } }