@pond-ts/process API Reference
    Preparing search index...

    Interface NodeFactory<In, Out>

    Creates instances of a declared node type.

    interface NodeFactory<In extends PortSpecMap, Out extends PortSpecMap> {
        kind: string;
        (): Node<In, Out>;
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: string

    The kind of the nodes this factory produces.