Search


Search something to see results

WalkResult

interface WalkResult {
    node: any;
    parent?: AstRuleList;
    parents: Generator<any>;
    root?: any;
}

Index

Properties

node: any
parent?: AstRuleList
parents: Generator<any>
root?: any