Redacts sensitive values from logs and URLs.
Raw value that may contain credentials or authorization data
Redacted string safe for logs
redactSensitive('https://user:pass@example.com'); Copy
redactSensitive('https://user:pass@example.com');
0.1.0
Redacts sensitive values from logs and URLs.