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;