$thrall: {
cls: typeof MafiaClass & new () => Thrall;
none: Thrall;
get(name: string): Thrall | null;
(literals: TemplateStringsArray, ...placeholders: string[]): Thrall;
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Thrall
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Thrall
cls: typeof MafiaClass & new () => Thrall
none: Thrall
get: function
get(name: string): Thrall | null
A Thrall specified by name.