Manages comments within the INI file.
clear(): void
Clear all comments in the INI.
deleteAtLine(line: number): boolean
Delete a comment at a specific line in the INI.
deleteAtKey(key: string): boolean
Delete a comment before a global key in the INI.
Delete a comment before a section key in the INI.
deleteAtSection(section: string): boolean
Delete a comment before a section line in the INI.
Get the comment text before a section key in the INI.
getAtSection(section: string): string | undefined
Get the comment text 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.