Skip to content

PiiGuardOptions

optional detect?: PiiDetector[];

Which detectors to run. Default: ['credit-card', 'email'].


optional id?: string;

optional message?: string;

User-facing message when mode: 'block' trips.


optional mode?: "block" | "redact";

redact replaces matches in place; block refuses the message. Default: redact.