API reference › @evolu/common › Redacted
Sensitive value protection against accidental exposure.
Functions
| Function | Description |
|---|---|
| createEqRedacted | Creates an Eq for Redacted values based on an equality function for the underlying type. |
| createRedacted | Creates a Redacted wrapper for a sensitive value. |
| isRedacted | Checks if a value is a Redacted wrapper. |
| revealRedacted | Reveals the original value from a Redacted wrapper. |
Interfaces
| Interface | Description |
|---|---|
| Redacted | A wrapper type that prevents sensitive values from being accidentally exposed through logging, serialization, or inspection. |