Skip to main content
Module

std/ini/mod.ts>IniMap#toString

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method IniMap.prototype.toString
Re-export
import { IniMap } from "https://deno.land/std@0.217.0/ini/mod.ts";

Convert this IniMap to an INI string.

Parameters

optional
replacer: ReplacerFunction

Returns

string