Function walkTree

  • Walks a TreeFolder and calls the provided function on each branch

    Parameters

    • branch: TreeFile | TreeFolder
    • fn: ((branch) => undefined | boolean | void)
        • (branch): undefined | boolean | void
        • Parameters

          Returns undefined | boolean | void

    Returns void

Generated using TypeDoc