Skip to content

sanitizeOptions

sanitizeOptions<T>(options): Omit<T, "passphrase">

Defined in: astrobase/src/encrypt/encrypt.ts:85

T extends EncryptOptions

T

The options object to sanitize.

Omit<T, "passphrase">

A sanitized version of the given EncryptOptions with sensitive data removed.