Skip to main content
Module

x/ini/mod.ts>decode

An ini parser/serializer in TypeScript for the Deno runtime
Latest
function decode
import { decode } from "https://deno.land/x/ini@v2.1.0/mod.ts";

Decode the given ini-style formatted document into a nested object.

Parameters

str: string

ini-style document