Skip to main content
Module

std/ini/ini_map.ts>IniMap#toObject

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
method IniMap.prototype.toObject
import { IniMap } from "https://deno.land/std@0.224.0/ini/ini_map.ts";

Convert this IniMap to a plain object.

Returns

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