* Alias for close() - compatibility with FSWatcher. * @returns {this}
()
| 359 | * @returns {this} |
| 360 | */ |
| 361 | unref() { |
| 362 | this.#timer?.unref?.(); |
| 363 | return this; |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Makes the timer keep the process alive - compatibility with FSWatcher. |
no outgoing calls
no test coverage detected