Skip to main content
Module

std/ini/ini_map.ts>IniMap#delete

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method IniMap.prototype.delete
import { IniMap } from "https://deno.land/std@0.216.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