transferum
    Preparing search index...

    Interface DisposableInterface

    Resource cleanup contract — destroy() releases all held resources.

    interface DisposableInterface {
        destroy(): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index