Skip to main content
Module

std/ini/ini_map.ts>ReviverFunction

The Deno Standard Library
Latest
type alias ReviverFunction
import { type ReviverFunction } from "https://deno.land/std@0.224.0/ini/ini_map.ts";

Function for replacing INI values with JavaScript values.

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