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

Mandarine.ApplicationContext

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

const { ApplicationContext } = Mandarine;

Refers to the Application Context. The application context is used to manipulate elemental behaviors of Mandarine It is a singleton class

§Interfaces

Mandarine.ApplicationContext.ApplicationContextMetadata

Stats/Metadata of Mandarine's core. This includes information such as: When Mandarine was started, number of templates, controller, and others.

Mandarine.ApplicationContext.IApplicationContext

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