Skip to main content
Module

std/ini/mod.ts>IniMap#set

The Deno Standard Library
Latest
method IniMap.prototype.set
Re-export
import { IniMap } from "https://deno.land/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