Module

std/ini/ini_map.ts>ReplacerFunction

The Deno Standard Library
Go to Latest
type alias ReplacerFunction
import { type ReplacerFunction } from "https://dotland.deno.dev/std@0.223.0/ini/ini_map.ts";

Function for replacing JavaScript values with INI string values.

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