effect-io-ai

Package: effect
Module: Redactable

Redactable.isRedactable

Type guard that checks whether a value implements the Redactable interface.

When to use

Use to narrow an unknown value before calling redaction-specific helpers.

See

Signature

declare const isRedactable: (u: unknown) => u is Redactable

Source

Since v3.10.0