Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/tree_walker"

Index

Interfaces

Functions

Functions

stream

  • stream(path: string, options: IOptions): Readable

sync

  • sync(path: string, options: IOptions, callback: function, currentLevel?: number): void
  • Parameters

    • path: string
    • options: IOptions
    • callback: function
        • (path: string, item: INode): void
        • Parameters

          • path: string
          • item: INode

          Returns void

    • Optional currentLevel: number

    Returns void

Generated using TypeDoc