Module

std/ini/mod.ts>ReviverFunction

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

Function for replacing INI values with JavaScript values.

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