Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.ApplicationContext.IApplicationContext

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { IApplicationContext } = Mandarine.ApplicationContext;

Interface used by the ApplicationContext class. Such class contains the necessary bridges for Mandarine's core to work

interface IApplicationContext {
getComponentsRegistry(): MandarineCore.IComponentsRegistry;
getDIFactory(): DI.FactoryClass;
initializeMetadata(): void;
}