Skip to main content
Module

std/ini/stringify.ts>stringify

The Deno Standard Library
Go to Latest
function stringify
import { stringify } from "https://deno.land/std@0.223.0/ini/stringify.ts";

Compile an object into an INI config string. Provide formatting options to modify the output.

Parameters

object: any
optional
options: StringifyOptions

Returns

string