Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

CallbackFunction

CallbackFunction: (command: Command, depth: number) => boolean

Callback to be passed to depthFirstSearch(). Should return true to return command and stop traversing.

Type declaration

    • (command: Command, depth: number): boolean
    • Parameters

      Returns boolean

Functions

Const depthFirstSearch

Legend

Generated using TypeDoc