interface ParseOptionsimport { type ParseOptions } from "https://dotland.deno.dev/std@0.224.0/ini/ini_map.ts"; Options for parsing INI strings. Propertiesoptionalassignment: FormattingOptions["assignment"]The character used to assign a value to a key; defaults to '='. optionalreviver: ReviverFunctionProvide custom parsing of the value in a key/value pair.