API reference / @evolu/common / Redacted
Redacted
Interfaces
| Interface | Description |
|---|---|
| Redacted | A wrapper type that prevents sensitive values from being accidentally exposed through logging, serialization, or inspection. |
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. |