(times = 0)
| 365 | } |
| 366 | |
| 367 | repeat(times = 0): this { |
| 368 | this._initialRepeat = times |
| 369 | this._repeat = times |
| 370 | return this |
| 371 | } |
| 372 | |
| 373 | repeatDelay(amount?: number): this { |
| 374 | this._repeatDelayTime = amount |
no outgoing calls
no test coverage detected