Interface RedactOptions

Hierarchy

  • RedactOptions

Properties

replaceFrom?: "start" | "end"

Replace characters starting at the start or end of string (default start)

replaceWith?: string

The character/string that characters are replaced with (default '*')

replace?: "any" | "alphanumeric" | "alpha" | "numeric"

Which type of characters to replace in the string (default any)

Generated using TypeDoc