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

Mandarine.MandarineCore.IResourceHandlerRegistry

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

const { IResourceHandlerRegistry } = Mandarine.MandarineCore;

Refers to the resource handler registry. All the resource handlers either initialized by the user or by Mandarine will be located here.

interface IResourceHandlerRegistry {
overriden: boolean;
addResourceHandler(input: ResourceHandler): IResourceHandlerRegistry;
freezeResourceHandlers(): void;
getResourceHandlers(): Array<ResourceHandler>;
}

§Properties

§
overriden: boolean
[src]

§Methods

§
freezeResourceHandlers(): void
[src]
§
getResourceHandlers(): Array<ResourceHandler>
[src]