method IniMap.prototype.clearimport { IniMap } from "https://deno.land/std@0.211.0/ini/ini_map.ts"; clear(sectionName?: string): voidClear a single section or the entire INI. ParametersoptionalsectionName: stringReturnsvoid