interface NodeAttribute {
    attr: string;
    predicate: ((node: NodeSingular) => boolean);
}

Properties

Properties

attr: string
predicate: ((node: NodeSingular) => boolean)