effect-io-ai

Package: @effect/printer
Module: Doc

Doc.isAnnotated

Returns true if the specified Doc is a Annotated, false otherwise.

Signature

declare const isAnnotated: <A>(self: Doc<A>) => self is Annotated<A>

Source

Since v1.0.0