An object that supports destruction.

interface Destructable {
    [destruct](): MaybePromise<void>;
}

Methods

Methods