Module

std/ini/ini_map.ts>IniMap#delete

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

Delete a global key in the INI.

Parameters

key: string

Returns

boolean

Delete a section key in the INI.

Parameters

section: string
key: string

Returns

boolean