effect-io-ai

Package: @effect/printer
Module: Doc

Doc.isDoc

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

Signature

declare const isDoc: (u: unknown) => u is Doc<unknown>

Source

Since v1.0.0