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

ConfigurationProperties

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

Decorator Defines what configuration file component will be using.

@ConfigurationProperties('./src/config/myconfig.json')

const ConfigurationProperties: (path: string) => unknown;