ask
ask<
R>():Reader<R,R>
Defined in: Core/Reader.ts:52
Returns the full environment as the result. The fundamental way to access the environment in a pipeline.
Type Parameters
Section titled “Type Parameters”R
Returns
Section titled “Returns”Reader<R, R>