interface Comments
Methods
clear(): voidClear all comments in the INI.
deleteAtLine(line: number): booleanDelete a comment at a specific line in the INI.
deleteAtKey(key: string): booleanDelete a comment before a global key in the INI.
Delete a comment before a section key in the INI.
deleteAtSection(section: string): booleanDelete a comment before a section line in the INI.
Get a comment before a section key in the INI.
getAtSection(section: string): string | undefinedGet a comment before a section line in the INI.
Set a comment before a section key in the INI.
Set a comment before a section line in the INI.