$thralls: {
all(): Thrall[];
(literals: TemplateStringsArray, ...placeholders: string[]): Thrall[];
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Thrall[]
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Thrall[]
all: function
A list of Thralls specified by a comma-separated list of names. For a list of all possible Thralls, leave the template string blank.