method IniMap.prototype.setimport { IniMap } from "https://deno.land/std@0.211.0/ini/ini_map.ts"; set(key: string, value: any): thisSet the value of a global key in the INI. set(section: string,key: string,value: any,): thisSet the value of a section key in the INI. Set the value of a global key in the INI. Parameterskey: stringvalue: anyReturnsthisSet the value of a section key in the INI. Parameterssection: stringkey: stringvalue: anyReturnsthis