Skip to main content
Go to Latest
interface StringifyOptions
implements FormattingOptions
import { type StringifyOptions } from "https://deno.land/std@0.210.0/ini/ini_map.ts";

Options for constructing INI strings.

Properties

optional
replacer: ReplacerFunction

Provide custom string conversion for the value in a key/value pair.