Skip to main content
Module

std/ini/mod.ts>IniMap#entries

The Deno Standard Library
Go to Latest
method IniMap.prototype.entries
Re-export
import { IniMap } from "https://deno.land/std@0.223.0/ini/mod.ts";

Iterate over each entry in the INI to retrieve key, value, and section.

Returns

Generator<[string, unknown, string | undefined]>