Agent Armor API Reference
    Preparing search index...

    Function globToRegExp

    • Compile a glob pattern to an anchored RegExp. Brace alternatives are expanded and joined with |; the result matches the entire input string.

      Parameters

      • glob: string

      Returns RegExp