Module

std/ini/ini_map.ts>IniMap#toObject

The Deno Standard Library
Go to Latest
method IniMap.prototype.toObject
import { IniMap } from "https://dotland.deno.dev/std@0.223.0/ini/ini_map.ts";

Convert this IniMap to a plain object.

Returns

Record<string, unknown | Record<string, unknown>>