@avanio/variable-util
    Preparing search index...

    Function buildPartialHiddenValueString

    • Show only 1-3 characters of the secret value based on length of the value.

      Parameters

      • value: string

        The value to partially hide.

      • type: PartialHiddenValueStringType

        The type of partial hiding to apply ('prefix', 'suffix', or 'prefix-suffix').

      Returns string

      The partially hidden value string.

      v0.2.5