Debugger.SetBlackboxPatternsParameterType - Node documentation
interface Debugger.SetBlackboxPatternsParameterType

Usage in Deno

import { type Debugger } from "node:inspector";
type { SetBlackboxPatternsParameterType } = Debugger;

Properties

patterns: string[]

Array of regexps that will be used to check script url for blackbox state.