method IniMap.prototype.setRe-exportimport { IniMap } from "https://deno.land/std@0.217.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