import { type ParseOptions } from "https://deno.land/std@0.209.0/ini/ini_map.ts";
Options for parsing INI strings.
Properties
optional
assignment: FormattingOptions["assignment"]The character used to assign a value to a key; defaults to '='.
optional
reviver: ReviverFunctionProvide custom parsing of the value in a key/value pair.