bindTo
bindTo<
K>(key): <W,A>(data) =>Logged<W,{ [P in string]: A }>
Defined in: Core/Logged.ts:154
Lifts a Logged value into an accumulator object.
Type Parameters
Section titled “Type Parameters”K extends string
Parameters
Section titled “Parameters”K
Returns
Section titled “Returns”<W, A>(data) => Logged<W, { [P in string]: A }>