method IniMap.prototype.entriesimport { IniMap } from "https://dotland.deno.dev/std@0.223.0/ini/ini_map.ts"; entries(): Generator<[string, unknown, string | undefined]>Iterate over each entry in the INI to retrieve key, value, and section. ReturnsGenerator<[string, unknown, string | undefined]>