Skip to main content
Module

x/release_up/deps.ts>ini.decode

🌱 Automate releases
Go to Latest
function ini.decode
import { ini } from "https://deno.land/x/release_up@0.5.0/deps.ts";
const { decode } = ini;

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

Parameters

str: string

ini-style document