Skip to main content
Module

std/ini/parse.ts>parse

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

Parse an INI config string into an object. Provide formatting options to override the default assignment operator.

Parameters

text: string
optional
options: ParseOptions

Returns

Record<string, unknown | Record<string, unknown>>