interface Debugger.SetBlackboxPatternsParameterType
          
Usage in Deno
import { Debugger } from "node:inspector/promises";
patterns: string[]
      
    Array of regexps that will be used to check script url for blackbox state.
import { Debugger } from "node:inspector/promises";
patterns: string[]
      
    Array of regexps that will be used to check script url for blackbox state.