Package: effect
Module: UpstreamPullStrategy
Returns true if the specified UpstreamPullStrategy is a PullAfterNext,
false otherwise.
Signature
declare const isPullAfterNext: <A>(self: UpstreamPullStrategy<A>) => self is PullAfterNext<A>
Since v2.0.0