method IniMap.prototype.parseRe-exportimport { IniMap } from "https://deno.land/std@0.217.0/ini/mod.ts"; parse(text: string, reviver?: ReviverFunction): thisParse an INI string in this IniMap. Parameterstext: stringoptionalreviver: ReviverFunctionReturnsthis