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

std/ini/mod.ts>ReplacerFunction

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ReplacerFunction
import { type ReplacerFunction } from "https://deno.land/std@0.218.2/ini/mod.ts";

Function for replacing JavaScript values with INI string values.

definition: (
key: string,
value: any,
section?: string,
) => string