Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/ini/mod.ts>StringifyOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface StringifyOptions
implements FormattingOptions
Re-export
import { type StringifyOptions } from "https://deno.land/std@0.217.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.