method IniMap.prototype.entriesView codeIniMap.prototype.entries(): Generator<[string, unknown, string | undefined]>Iterate over each entry in the INI to retrieve key, value, and section. Return TypeGenerator<[string, unknown, string | undefined]>View code