Skip to main content
Module

std/ini/mod.ts>StringifyOptions

The Deno Standard Library
Go to Latest
interface StringifyOptions
implements FormattingOptions
Re-export
import { type StringifyOptions } from "https://deno.land/std@0.223.0/ini/mod.ts";

Options for constructing INI strings.

Properties

optional
replacer: ReplacerFunction

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