Package: @effect/printer
Module: DocStream
Returns true if the specified DocStream is a PushAnnotationStream, false otherwise.
Signature
declare const isPushAnnotationStream: <A>(self: DocStream<A>) => self is PushAnnotationStream<A>
Since v1.0.0