Skip to main content
Module

std/ini/ini_map.ts>IniMap#parse

The Deno Standard Library
Go to Latest
method IniMap.prototype.parse
import { IniMap } from "https://deno.land/std@0.223.0/ini/ini_map.ts";

Parse an INI string in this IniMap.

Parameters

text: string
optional
reviver: ReviverFunction