@laserware/redial
    Preparing search index...

    Interface IDisposable

    Represents a resource that can be cleaned up by calling the dispose method.

    interface IDisposable {
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • When called, cleans up any resources.

      Returns void