libram
    Preparing search index...

    Variable $pathConst

    $path: {
        cls: typeof MafiaClass & new () => Path;
        none: Path;
        get(name: string): Path | null;
        (literals: TemplateStringsArray, ...placeholders: string[]): Path;
    } = ...

    A Path specified by name.

    Type Declaration

      • (literals: TemplateStringsArray, ...placeholders: string[]): Path
      • Parameters

        • literals: TemplateStringsArray
        • ...placeholders: string[]

        Returns Path

    • cls: typeof MafiaClass & new () => Path
    • none: Path
    • get: function