(goal?: string)
| 41 | } |
| 42 | |
| 43 | reset(goal?: string) { |
| 44 | if (goal) { |
| 45 | this._toString = createInterpolator({ |
| 46 | output: [this.getValue(), goal], |
| 47 | }) |
| 48 | } |
| 49 | this._value = 0 |
| 50 | super.reset() |
| 51 | } |
| 52 | } |
nothing calls this directly
no test coverage detected