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