method IniMap.prototype.getimport { IniMap } from "https://dotland.deno.dev/std@0.223.0/ini/ini_map.ts"; get(key: string): unknownGet a value from a global key in the INI. get(section: string, key: string): unknownGet a value from a section key in the INI. Get a value from a global key in the INI. Parameterskey: stringReturnsunknownGet a value from a section key in the INI. Parameterssection: stringkey: stringReturnsunknown