transferum
    Preparing search index...

    Interface PushableInterface<T>

    Pushable contract — accepts data via push().

    interface PushableInterface<T> {
        push(data: T): void;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index