inspect
inspect<
A>(options?): (a) =>A
Defined in: Composition/tap.ts:143
Performs a deep structured inspect formatting on the piped value, returning it unchanged.
In Node.js environments, this utilizes Node’s node:util inspect utility.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”(a) => A