@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Function globMatcher

    • Tests paths against pattern, ignoring capitalization: ? and * stay within one path segment, ** spans them. A pattern anchored with a leading / has to match from the start, any other matches at any depth (global.R matches pkg/R/global.R).

      Parameters

      • pattern: string

      Returns (filePath: string) => boolean