tell
tell<
W>(entry):Logged<W,undefined>
Defined in: Core/Logged.ts:50
Creates a Logged that records a single log entry and produces no
meaningful value. Use this to append to the log inside a chain.
Type Parameters
Section titled “Type Parameters”W
Parameters
Section titled “Parameters”W
Returns
Section titled “Returns”Logged<W, undefined>