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