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

Function for replacing INI values with JavaScript values.

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