Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/ini/mod.ts>IniMap#toObject

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

Convert this IniMap to a plain object.

Returns

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