Skip to main content
Module

std/ini/mod.ts>IniMap#delete

The Deno Standard Library
Go to Latest
method IniMap.prototype.delete
Re-export
import { IniMap } from "https://deno.land/std@0.223.0/ini/mod.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