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

Value

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

Decorator Inject a value from the configuration file.

@Value('mandarine.server.host')

const Value: (configKey: string, scope?: Mandarine.MandarineCore.ValueScopes) => Function;