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

Mandarine.Global.getMandarineConfiguration

import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { getMandarineConfiguration } = Mandarine.Global;

Get the properties mandarine is using. If no properties are set by the user then it gets the default properties.

function getMandarineConfiguration(configPath?: string): Properties;
§
getMandarineConfiguration(configPath?: string): Properties
[src]

§Parameters

§
configPath?: string optional
[src]