transferum
    Preparing search index...

    Interface PullableInterface<T>

    Pullable contract — yields data via pull().

    interface PullableInterface<T> {
        pull(): T | undefined;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index