@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface BooleanUnaryNode<Composite>

    interface BooleanUnaryNode<Composite> {
        operand: Composite;
        type: "not";
    }

    Type Parameters

    • Composite
    Index
    operand: Composite
    type: "not"