import { type Comments } from "https://deno.land/std@0.211.0/ini/ini_map.ts";
Methods
Get a comment before a section key in the INI.
setAtLine(line: number, text: string): Comments
Set a comment at a specific line in the INI.
setAtKey(key: string, text: string): Comments
Set a comment before a global key in the INI.
setAtKey(): Comments
section: string,
key: string,
text: string,
Set a comment before a section key in the INI.
setAtSection(section: string, text: string): Comments
Set a comment before a section line in the INI.