Package: effect
Module: Redactable
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
Redactable for the interface being checkedredact to apply redaction if the value is redactableSignature
declare const isRedactable: (u: unknown) => u is Redactable
Since v3.10.0