method IniMap.prototype.setimport { IniMap } from "https://dotland.deno.dev/std@0.223.0/ini/mod.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