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