mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
fix(ini): remove unused ParseOptions.assignment
property (#4816)
This commit is contained in:
parent
c0d75322c7
commit
e7c5c6a223
@ -22,8 +22,6 @@ type Formatting = Omit<FormattingOptions, "lineBreak" | "commentChar"> & {
|
||||
|
||||
/** Options for parsing INI strings. */
|
||||
export interface ParseOptions {
|
||||
/** The character used to assign a value to a key; defaults to '='. */
|
||||
assignment?: FormattingOptions["assignment"];
|
||||
/** Provide custom parsing of the value in a key/value pair. */
|
||||
reviver?: ReviverFunction;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user