Skip to main content
Module

std/ini/mod.ts>IniMap#parse

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

Parse an INI string in this IniMap.

Parameters

text: string
optional
reviver: ReviverFunction