method IniMap.prototype.hasimport { IniMap } from "https://deno.land/std@0.216.0/ini/ini_map.ts"; has(key: string): booleanCheck if a global key exists in the INI. has(section: string, key: string): booleanCheck if a section key exists in the INI. Check if a global key exists in the INI. Parameterskey: stringReturnsbooleanCheck if a section key exists in the INI. Parameterssection: stringkey: stringReturnsboolean