libram
    Preparing search index...

    Variable $bountiesConst

    $bounties: {
        all(): Bounty[];
        (literals: TemplateStringsArray, ...placeholders: string[]): Bounty[];
    } = ...

    A list of Bounties specified by a comma-separated list of names. For a list of all possible Bounties, leave the template string blank.

    Type Declaration

      • (literals: TemplateStringsArray, ...placeholders: string[]): Bounty[]
      • Parameters

        • literals: TemplateStringsArray
        • ...placeholders: string[]

        Returns Bounty[]

    • all: function