Module

std/ini/mod.ts>IniMap#set

The Deno Standard Library
Latest
method IniMap.prototype.set
import { IniMap } from "https://dotland.deno.dev/std@0.224.0/ini/mod.ts";

Set the value of a global key in the INI.

Parameters

key: string
value: any

Set the value of a section key in the INI.

Parameters

section: string
key: string
value: any