interface ParseOptions
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.