Skip to main content
Module

std/ini/ini_map.ts>StringifyOptions

The Deno Standard Library
Latest
interface StringifyOptions
implements FormattingOptions
import { type StringifyOptions } from "https://deno.land/std@0.224.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.