screamer.js
    Preparing search index...

    Interface Pipeline

    interface Pipeline {
        inputs: Node[];
        outputs: Node[];
        dispose(): void;
        live(): LiveDriver;
        (feeds: Feeds): Output | Output[];
    }
    Index
    inputs: Node[]
    outputs: Node[]