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

Configuration

import { Configuration } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Register a component type Configuration in the DI Container

@Configuration() Target: class

const Configuration: () => Function;