AppleSauce
    Preparing search index...

    Variable relaySetConst

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

    Alias for mergeRelaySets

    Type Declaration

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

        Parameters

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

        Returns string[]