Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface AsyncDisposable

interface AsyncDisposable {
    [asyncDispose](): Promise<void>;
}

Implemented by

Methods