Skip to content

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.

W

W

Logged<W, undefined>

Logged.tell("operation completed"); // { value: undefined, log: ["operation completed"] }