Repl.after() method
Home > streplts > Repl > after
Repl.after() method
Section titled “Repl.after() method”Registers a post-execution completion monitoring hook triggered when commands finalize correctly.
Signature:
after(fn: HookFn): this;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
fn |
HookFn |
Post-execution diagnostic monitoring function. |
Returns:
this
Context instance enabling chained monitoring definitions.