Skip to content

Repl.after() method

Home > streplts > Repl > after

Registers a post-execution completion monitoring hook triggered when commands finalize correctly.

Signature:

after(fn: HookFn): this;

Parameter

Type

Description

fn

HookFn

Post-execution diagnostic monitoring function.

Returns:

this

Context instance enabling chained monitoring definitions.