import { parse } from "https://deno.land/std@0.211.0/ini/parse.ts";
Parse an INI config string into an object. Provide formatting options to override the default assignment operator.
Parameters
optional
options: ParseOptionsimport { parse } from "https://deno.land/std@0.211.0/ini/parse.ts";
Parse an INI config string into an object. Provide formatting options to override the default assignment operator.