effect-io-ai

Package: @effect/printer
Module: DocStream

DocStream.isPopAnnotationStream

Returns true if the specified DocStream is a PopAnnotationStream, false otherwise.

Signature

declare const isPopAnnotationStream: <A>(self: DocStream<A>) => self is PopAnnotationStream<A>

Source

Since v1.0.0