type alias ReplacerFunctionimport { type ReplacerFunction } from "https://deno.land/std@0.211.0/ini/mod.ts"; Function for replacing JavaScript values with INI string values. definition: (key: string,value: any,section?: string,) => string