Skip to main content
Module

std/ini/mod.ts>ReplacerFunction

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

Function for replacing JavaScript values with INI string values.

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