Configuration
This page summarizes the information & use of the configuration component.
Concepts
Usage
@Configuration()import { Configuration } from "https://deno.land/x/mandarinets/mod.ts";
@Configuration()
export class MyConfiguration {
}Last updated