Function longestCommonSuffix

  • Get the longest common suffix of strings.

    Parameters

    • x: string

      a string

    • y: string

      another string

    Returns string

    longest common suffix

Generated using TypeDoc