Skip to main content
Module

std/ini/ini_map.ts>IniMap#clear

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method IniMap.prototype.clear
import { IniMap } from "https://deno.land/std@0.216.0/ini/ini_map.ts";

Clear a single section or the entire INI.

Parameters

optional
sectionName: string