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