@wuxh/utils
    Preparing search index...

    Function permute

    • Generates all unique permutations of a given string.

      Parameters

      • str: string

        The string to permute.

      Returns string[]

      An array containing all unique permutations of the input string.