Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/graph"

Index

Enumerations

Classes

Type aliases

Variables

Type aliases

Tree

Tree: object

Type declaration

  • [key: string]: Tree

Visitor

Visitor<T>: function

Type parameters

  • T

Type declaration

    • (vertex: T, stack: T[], visited: Set<T>): false | void
    • Parameters

      • vertex: T
      • stack: T[]
      • visited: Set<T>

      Returns false | void

Variables

Const inspect

inspect: symbol = Symbol.for('nodejs.util.inspect.custom') || 'inspect'

Generated using TypeDoc