log
log<
A>(options?): (a) =>A
Defined in: Composition/tap.ts:113
Logs the piped value to the console or a custom logger, returning the value unchanged.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”options?
Section titled “options?”LogOptions<A>
Returns
Section titled “Returns”(a) => A