Contracts-TS Documentation
    Preparing search index...

    Interface AutoCloseOne

    Interface for a single closeable resource.

    interface AutoCloseOne {
        "[dispose]"(): void;
        close(): void;
        set(closeable: OptionalType<AutoCloseType>): void;
    }

    Hierarchy (View Summary)

    Index

    Methods