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