interface ParseOptionsimport { type ParseOptions } from "https://dotland.deno.dev/std@0.223.0/ini/mod.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. import ParseOptionsimport { ParseOptions } from "https://dotland.deno.dev/std@0.223.0/ini/mod.ts";