effect-io-ai

Package: @effect/printer
Module: DocStream

DocStream.isPushAnnotationStream

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

Signature

declare const isPushAnnotationStream: <A>(self: DocStream<A>) => self is PushAnnotationStream<A>

Source

Since v1.0.0