Mandarine.Global.getMandarineDotEnv
import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts";
const { getMandarineDotEnv } = Mandarine.Global;
Read .env file located under the current working directory and adds its values to Deno.env
function getMandarineDotEnv();