Applesauce
    Preparing search index...

    Variable relaySetConst

    relaySet: (
        ...sources: (string | Iterable<string, any, any> | null | undefined)[],
    ) => string[] = mergeRelaySets

    Alias for mergeRelaySets

    Type Declaration

      • (
            ...sources: (string | Iterable<string, any, any> | null | undefined)[],
        ): string[]
      • Merge multiple sets of relays and remove duplicates (ignores invalid URLs)

        Parameters

        • ...sources: (string | Iterable<string, any, any> | null | undefined)[]

        Returns string[]