Interface WalkOptions

Options passed to the walk function.

interface WalkOptions {
    buildGraph?: boolean;
    descendArray?: boolean;
}

Properties

buildGraph?: boolean
descendArray?: boolean