monaco-definition-provider - v2.0.0
    Preparing search index...

    Interface DisposableLike

    Narrow structural view of the monaco-editor namespace — exactly the surface this library touches. The host passes its own monaco instance, which avoids the classic duplicate-monaco bundling hazard and lets tests run with plain fakes (the real monaco-editor cannot load under Node).

    interface DisposableLike {
        dispose(): void;
    }
    Index

    Methods

    Methods