Contracts-TS Documentation
    Preparing search index...

    Interface AutoCloseFactory

    Interface for a factory that creates AutoClose instances.

    interface AutoCloseFactory {
        createAutoClose(type: RequiredType<AutoCloseType>): AutoClose;
        createAutoCloseMany(): AutoCloseMany;
        createAutoCloseOne(): AutoCloseOne;
    }
    Index

    Methods