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