PiiGuardOptions
Properties
Section titled “Properties”detect?
Section titled “detect?”optional detect?: PiiDetector[];Which detectors to run. Default: ['credit-card', 'email'].
optional id?: string;message?
Section titled “message?”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.