@eagleoutice/flowr - v2.15.8
    Preparing search index...
    PathPart: {
        Basename: (p: string) => string;
        Dirname: (p: string) => string;
        Full: (p: string) => string;
    } = ...

    Which part of a path a FlowrAnalyzerPatternFilePlugin matches its pattern against.

    Type Declaration

    • ReadonlyBasename: (p: string) => string

      The file name including its extension.

    • ReadonlyDirname: (p: string) => string

      The directory portion of the path.

    • ReadonlyFull: (p: string) => string

      The whole path, for patterns that need both the folder and the file name.