Skip to main content
Go to Latest
type alias ReplacerFunction
import { type ReplacerFunction } from "https://deno.land/std@0.210.0/ini/ini_map.ts";

Function for replacing JavaScript values with INI string values.

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