Hex Core JS
    Preparing search index...

    Function joinStrings

    • Filters out empty strings and joins the given strings using the given separator.

      Parameters

      • strings: (string | null | undefined)[]

        The strings to join.

      • separator: string = ""

        The separator to join the strings with.

      Returns string