*__AsyncSeries__.Anasync-serieshookcanbetappedwithsynchronous,callback-basedandpromise-basedfunctions(using`myHook.tap()`, `myHook.tapAsync()` and `myHook.tapPromise()`).Theycalleachasyncmethodinarow.
*__AsyncParallel__.Anasync-parallelhookcanalsobetappedwithsynchronous,callback-basedandpromise-basedfunctions(using`myHook.tap()`, `myHook.tapAsync()` and `myHook.tapPromise()`).However,theyruneachasyncmethodinparallel.
**tap**:`(tap: Tap) => void` Adding `tap` to your interceptor will trigger when a plugin taps into a hook. Provided is the `Tap` object. `Tap`objectcan'tbechanged.