@wopjs/disposable - v0.1.24
    Preparing search index...

    Interface DisposableDisposer<T>

    A combination of Disposer and IDisposable. It can be called to dispose resources or call the dispose method to dispose resources.

    interface DisposableDisposer<T = any> {
        dispose(): T;
        (): T;
    }

    Type Parameters

    • T = any

    Hierarchy (View Summary)

    Index