transferum
    Preparing search index...

    Interface OutputFlowInterface<T>

    Read-only flow — yields data via read().

    interface OutputFlowInterface<T> {
        read(): T | undefined;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index