vigiles API reference
    Preparing search index...

    Function glob

    • Reference a glob pattern — verified at compile time to match at least one path, so glob("src/*.test.ts") proves tests actually exist where the instructions claim (the pattern supports the usual * / ** syntax). Compiles to the inline form `pattern`.

      Parameters

      • pattern: string

      Returns GlobRef